Jump to content
Sign in to follow this  
Superior

Pasal C++. Konfius Sikit

Recommended Posts

ops... sori.... aku nak tanye... member aku suruh includekan small.h

jadi aku

#include <small.h>

#pragma comment(linker,"/ENTRY:main")
#pragma comment(linker,"/MERGE:.rdata=.data")
#pragma comment(linker,"/MERGE:.text=.data")
#pragma comment(lib,"msvcrt.lib")
#if (_MSC_VER < 1300)  
	#pragma comment(linker,"/IGNORE:4078")
	#pragma comment(linker,"/OPT:NOWIN98")
#endif

#define WIN32_LEAN_AND_MEAN

dia kate buat dalam 'release'... persoalannye.. release tu ape a? mintak tolong sifu² sekalian.. die kate dapat buat msgbox 1024 bytes aka 1kb. aku try...

aku ayik buat debug.. tuka setting jadi release.. die ke debug balik.. kalo bleh camne nak default setting die release permanently... aku guna MVC++ 6.0

greets: Thanks DiA[rRlf] for Small.h sad.gif

Share this post


Link to post
Share on other sites

ada compile setting utk release and debug

kalau debug..executables dia besar sebab ada debug info dalam tu

cuba tengok http://www.linearz.com/my1st/index.html

'6. Pergi ke menu 'Build' -> 'Set Active Configuration'. Kemudian pilih 'Win32 release'.'

btw.. aku pakai libctiny.lib http://msdn.microsoft.com/msdnmag/issues/0...od/default.aspx

addition:

buat thread baru laa

Edited by zeph

Share this post


Link to post
Share on other sites

Sorry sori zeph.. ooo camtu..... time kasih.. tima kasih.....

biggrin.gif dah setel... best a... eh jap.. kalo dah release(sementara aku download sofware programming dari ftp.fsksm.utm.my) kite comress boleh kan.... cam debug tak leh lansung(he he aku cume ade UPX 1.24)... mengikut logik programming.. smaller is better....

rolleyes.gif

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×
×
  • Create New...