Click here to Skip to main content
15,902,492 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: File size in KB format ...... Pin
Roger Wright6-Feb-04 2:45
professionalRoger Wright6-Feb-04 2:45 
GeneralChipset information Pin
Badut5-Feb-04 17:53
Badut5-Feb-04 17:53 
QuestionGet computer name API? Pin
shultas5-Feb-04 17:23
shultas5-Feb-04 17:23 
AnswerRe: Get computer name API? Pin
PJ Arends5-Feb-04 17:35
professionalPJ Arends5-Feb-04 17:35 
GeneralRe: Get computer name API? Pin
Roger Wright5-Feb-04 17:53
professionalRoger Wright5-Feb-04 17:53 
GeneralRe: Get computer name API? Pin
PJ Arends5-Feb-04 17:56
professionalPJ Arends5-Feb-04 17:56 
GeneralWin32 API Changes Pin
Roger Wright5-Feb-04 17:15
professionalRoger Wright5-Feb-04 17:15 
Generaldll eat my functions :< Pin
novachen5-Feb-04 16:48
novachen5-Feb-04 16:48 
Hi!
I think it maybe a question difficult to answer. But I hope there are some people share the same experience with me will give me some hint.
I find one dll project very weird.
There are some functions in the dll to be export. They are declare with _declspec(dllexport).
But some function(about 5%) can't be find in the generated dll. (I used ultraedit to search for the name in the dll binary)
I finally find out it have some relation to its parameter. for example
int funcNoUse(long lRegionID)
{
return 0;
}
will be ok, it's generated in the dll.

But if i change it to
int funcNoUse(long lRegionID, long nPoints, float* pY, LPCTSTR szFlags, int makeCopy)
{
return 0;
}
it will not exist in the dll.

I really don't know what's up. I have test it on two computer one with VS7 and another with VS7.1 have the same result.

any idea?

GeneralRe: dll eat my functions :< Pin
Roger Allen6-Feb-04 0:51
Roger Allen6-Feb-04 0:51 
GeneralBasic Question Pin
Rajesh Kumar V5-Feb-04 15:59
Rajesh Kumar V5-Feb-04 15:59 
GeneralRe: Basic Question Pin
Maxwell Chen5-Feb-04 17:26
Maxwell Chen5-Feb-04 17:26 
GeneralRe: Basic Question Pin
toxcct5-Feb-04 22:11
toxcct5-Feb-04 22:11 
GeneralInsert message digest in id3 tag Pin
ee_tkwaa5-Feb-04 15:20
ee_tkwaa5-Feb-04 15:20 
GeneralRe: Insert message digest in id3 tag Pin
Maximilien5-Feb-04 15:32
Maximilien5-Feb-04 15:32 
Generalradio buttons and check boxes Pin
coda_x5-Feb-04 15:10
coda_x5-Feb-04 15:10 
GeneralRe: radio buttons and check boxes Pin
Ryan Binns5-Feb-04 17:04
Ryan Binns5-Feb-04 17:04 
Generalvery basic C++ question Pin
Binayak5-Feb-04 13:09
Binayak5-Feb-04 13:09 
GeneralRe: very basic C++ question Pin
Taka Muraoka5-Feb-04 13:30
Taka Muraoka5-Feb-04 13:30 
GeneralRe: very basic C++ question Pin
toxcct5-Feb-04 22:09
toxcct5-Feb-04 22:09 
GeneralRe: very basic C++ question Pin
Robert A. T. Káldy7-Feb-04 22:20
Robert A. T. Káldy7-Feb-04 22:20 
GeneralCopying files to CD in XP Pin
rwaca5-Feb-04 13:03
rwaca5-Feb-04 13:03 
GeneralPointers from VC 6.0 to VS .net Pin
xzigax5-Feb-04 12:26
xzigax5-Feb-04 12:26 
Generalautomatic setting a text in a text box using an API function("SetWindowText function isn't valid") Pin
Amr Abdel-Mohsen5-Feb-04 6:52
Amr Abdel-Mohsen5-Feb-04 6:52 
GeneralRe: automatic setting a text in a text box using an API function("SetWindowText function isn't valid") Pin
Ravi Bhavnani5-Feb-04 6:56
professionalRavi Bhavnani5-Feb-04 6:56 
General'-' character Pin
sschilachi5-Feb-04 6:41
sschilachi5-Feb-04 6:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.