Search found 2 matches

by n0na
Tue Jul 27, 2010 7:43 pm
Forum: Windows
Topic: Extra code , msvcrt and heaps ??
Replies: 6
Views: 2414

Re: Extra code , msvcrt and heaps ??

Sorry, I didn't mean to exaggerate and call that "bloat". PureBasic just got me in the mood of having a small executable as possible (compared to Delphi 5, which I used before, and produced a "Hello World"-program with about 450kb - crazy!). So I'm pretty excited PureBasic can do this within 2kb ...
by n0na
Mon Jul 12, 2010 5:39 am
Forum: Windows
Topic: Extra code , msvcrt and heaps ??
Replies: 6
Views: 2414

Extra code , msvcrt and heaps ??

hey ,,,

1st i want to thank u for ur great app :)

i want to ask about something ,

when i make an app like this:
Sleep_(-1)

its suposed to b as smallest as it can
like,
push -1
call Kernel32.Sleep

but i get an exe with
( 2 imports )
> MSVCRT.dll: memset
> KERNEL32.dll: GetModuleHandleA ...