More servicesWindows Live
HomeHotmailSpacesOneCare
 
MSN
Sign in
 
 
Spaces home  Record EveryDayPhotosProfileFriendsMore Tools Explore the Spaces community

Record EveryDay

when i was old,i want to know what has happened when i was young
September 27

dimission

basy for dimission recently.i nearly hadn't any time to add new content to my blog
September 22

finnally,i got it ...

today,i got the offer .i got it finnally!

so many super man

this morning,i read some technical papers,and found that there are so many technical super men...how can i catch up to them?
September 09

resolution of the warning C4273

today,i wrote a mfc regular dll with VC6,when i used AFX_EXT_CLASS to export my class in this dll,my ide gave me an warning C4273.
why does this happen?
the reason is :
in this situation,AFX_EXT_CLASS means
__declspec(dllexport) or __declspec(dllimport)
my ide does not know which one will be selected.so it gave me an warning and selected the __declspec(dllexport) as default.
how to resolve it?
we can define our own string for __declspec(dllexport).for example:
#define FUNCTION_EXPORT __declspec(dllexport)
class FUNCTION_EXPORT CMyClass()
{
};
there is no warning any more....
September 05

lost

today,maybe i lost an important person in my life...
September 04

Remote injection and Api HOOK

i just hook the recv API function in my test demo。i will write the detail when i am free。。
View more entries