Click here to Skip to main content
15,916,188 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Thanks Pin
Jens Doose23-Jul-03 21:35
Jens Doose23-Jul-03 21:35 
GeneralAmazing problem Help!!!!!!!!!!!!!!!!!!!!!!!!!!! Pin
xxhimanshu21-Jul-03 20:22
xxhimanshu21-Jul-03 20:22 
GeneralRe: Amazing problem Help!!!!!!!!!!!!!!!!!!!!!!!!!!! Pin
J. Dunlap21-Jul-03 20:39
J. Dunlap21-Jul-03 20:39 
GeneralRe: Amazing problem Help!!!!!!!!!!!!!!!!!!!!!!!!!!! Pin
xxhimanshu21-Jul-03 21:15
xxhimanshu21-Jul-03 21:15 
QuestionHow to use CString variable in regular DLL Pin
Eugene Pustovoyt21-Jul-03 19:01
Eugene Pustovoyt21-Jul-03 19:01 
AnswerRe: How to use CString variable in regular DLL Pin
Toni7821-Jul-03 19:35
Toni7821-Jul-03 19:35 
GeneralRe: How to use CString variable in regular DLL Pin
Eugene Pustovoyt21-Jul-03 19:56
Eugene Pustovoyt21-Jul-03 19:56 
GeneralRe: How to use CString variable in regular DLL Pin
Toni7821-Jul-03 20:09
Toni7821-Jul-03 20:09 
I was doing some reading on your linker error because I had the same problem once and the only thing that I remembered was doing that /NOD trick. Well, there was more to it that I didn't remember. Sorry about that.
I hope this works now (I got it from MSDN):

There are two ways to resolve this problem. The first solution involves forcing the linker to link the libraries in the correct order. The second solution allows you to find the module that's causing the problem and correct it.

Solution One - Force Linker to Link Libraries in Correct Order

Open the Project Settings dialog box by clicking Settings on the Build menu.

in the Settings For view, select (highlight) the project configuration that's getting the link errors.

Click the Link tab.

Select INPUT in the Category combo box.

In the Libraries to Ignore edit box, insert the library names (for example, Nafxcwd.lib Libcmtd.lib)
NOTE: The linker command line equivalent in /NOD:<library name="">


In the Object/library Modules edit box, insert the library names. You must ensure that these are listed in order and as the first two libraries in the line (for example, Nafxcwd.lib Libcmtd.lib).

Solution Two - Find the Problem Module and Correct It
Perform the following steps to see the current library link order:


Open the Project Settings dialog box by clicking Settings on the Build menu.

In the Settings For view, Select (highlight) the project configuration that's getting the link errors .

Click the Link tab.

Type the following in the Project Options dialog box:
/verbose:lib


Rebuild your project. The libraries will now be listed in the output window during the linking process.


// Afterall, I realized that even my comment lines have bugs

When one cannot invent, one must at least improve (in bed).-My latest fortune cookie
GeneralTranfer double data between dialogs Pin
spaced_out21-Jul-03 17:58
spaced_out21-Jul-03 17:58 
GeneralRe: Tranfer double data between dialogs Pin
Eugene Pustovoyt21-Jul-03 19:07
Eugene Pustovoyt21-Jul-03 19:07 
GeneralRe: Tranfer double data between dialogs Pin
melwyn21-Jul-03 22:05
melwyn21-Jul-03 22:05 
GeneralRe: Tranfer double data between dialogs Pin
Bob Stanneveld22-Jul-03 3:01
Bob Stanneveld22-Jul-03 3:01 
GeneralRe: Tranfer double data between dialogs Pin
spaced_out22-Jul-03 5:07
spaced_out22-Jul-03 5:07 
GeneralProblem Solved!! Pin
spaced_out22-Jul-03 18:24
spaced_out22-Jul-03 18:24 
Generaloutput "%" to Text Pin
wow999921-Jul-03 17:20
wow999921-Jul-03 17:20 
GeneralRe: output "%" to Text Pin
John M. Drescher21-Jul-03 17:30
John M. Drescher21-Jul-03 17:30 
GeneralRe: output &quot;%&quot; to Text Pin
Ryan Binns21-Jul-03 18:00
Ryan Binns21-Jul-03 18:00 
GeneralRe: output &quot;%&quot; to Text Pin
John M. Drescher21-Jul-03 18:04
John M. Drescher21-Jul-03 18:04 
GeneralRe: output &quot;%&quot; to Text Pin
Ryan Binns21-Jul-03 18:07
Ryan Binns21-Jul-03 18:07 
GeneralMoving a file on network via Wininet FTP Pin
TigerNinja_21-Jul-03 14:16
TigerNinja_21-Jul-03 14:16 
GeneralRe: Moving a file on network via Wininet FTP Pin
Ryan Binns21-Jul-03 15:02
Ryan Binns21-Jul-03 15:02 
GeneralRe: Moving a file on network via Wininet FTP Pin
J. Dunlap21-Jul-03 16:33
J. Dunlap21-Jul-03 16:33 
GeneralRe: Moving a file on network via Wininet FTP Pin
Ryan Binns21-Jul-03 16:36
Ryan Binns21-Jul-03 16:36 
GeneralRe: Moving a file on network via Wininet FTP Pin
Heath Stewart21-Jul-03 17:47
protectorHeath Stewart21-Jul-03 17:47 
GeneralRe: Moving a file on network via Wininet FTP Pin
Ryan Binns21-Jul-03 17:58
Ryan Binns21-Jul-03 17:58 

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.