Search found 3 matches

by zodmare
Tue Jun 10, 2003 10:19 am
Forum: Feature Requests and Wishlists
Topic: [Implemented] Desperatley Requesting Larger Variables
Replies: 1
Views: 1278

[Implemented] Desperatley Requesting Larger Variables

like UINT64 in c/c++ or quads(8 byte) and double long(4 byte) integers
also double(8 byte) and extended(10 byte) precision floats
also a signed and unsigned prefix for variable declaration

how else can we manipulate files larger than 2gigs in size, etc.

thanks in advance,

-Zodmare
Registered ...
by zodmare
Sun May 25, 2003 12:12 pm
Forum: Coding Questions
Topic: DLL functions without distro of DLL files?
Replies: 8
Views: 2883

Ive downloaded PEBundle before, i bundled the exe and a dll. But I was not sure on how to use the dll while bundled. Could someone please show me an example in Pure Basic of how to use a dll that was combined with an exe using the advanced method of PEBundle?

thanks,
zodmare
by zodmare
Sat May 24, 2003 9:13 am
Forum: Coding Questions
Topic: DLL functions without distro of DLL files?
Replies: 8
Views: 2883

DLL functions without distro of DLL files?

I know this has been asked before, but it seems that it has NOT been answered yet.

Say I have a DLL file in which i would like to use one or more of its functions in my Pure Basic Program. What I would like to do is somehow incorporate this DLL or just the functions that I will be using into the ...