Click here to Skip to main content
15,925,081 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralNever Mind.. Figured it out.. Pin
RobJones29-Jan-04 8:24
RobJones29-Jan-04 8:24 
GeneralLink Error LNK2019 which makes no sense! Pin
bneacetp29-Jan-04 7:33
bneacetp29-Jan-04 7:33 
GeneralRe: Link Error LNK2019 which makes no sense! Pin
ZoogieZork29-Jan-04 8:58
ZoogieZork29-Jan-04 8:58 
GeneralRe: Link Error LNK2019 which makes no sense! Pin
bneacetp29-Jan-04 10:04
bneacetp29-Jan-04 10:04 
GeneralVS.Net2k3 prob: links, but doesn't create .lib Pin
Steve The Plant29-Jan-04 6:52
Steve The Plant29-Jan-04 6:52 
GeneralRe: VS.Net2k3 prob: links, but doesn't create .lib Pin
Dean Goodman29-Jan-04 8:16
Dean Goodman29-Jan-04 8:16 
GeneralRe: VS.Net2k3 prob: links, but doesn't create .lib Pin
Steve The Plant29-Jan-04 8:25
Steve The Plant29-Jan-04 8:25 
GeneralRe: VS.Net2k3 prob: links, but doesn't create .lib Pin
Antti Keskinen29-Jan-04 11:23
Antti Keskinen29-Jan-04 11:23 
See the project settings that you have the 'Import Library' option set under 'Linker->Advanced'. This controls the creation of the .lib file.

Also, you must have a module definition file in your project. If this file doesn't exist, then the compiler/linker creates the export library only if you have dllexport-declarations inside the code files. This might result in incorrect behaviour if those functions which you add to the classes are not exported. The module definition file is not required to export any symbols. All that needs to be there is a line 'LIBRARY your_dll_name_here'.

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralDragging files from my app to the Recycle-Bin, no result Pin
ohadp29-Jan-04 6:14
ohadp29-Jan-04 6:14 
Questionhow to send a buffer through Socket Pin
Anonymous29-Jan-04 6:12
Anonymous29-Jan-04 6:12 
AnswerRe: how to send a buffer through Socket Pin
valikac29-Jan-04 6:15
valikac29-Jan-04 6:15 
GeneralShellExecute Pin
jales29-Jan-04 5:55
jales29-Jan-04 5:55 
GeneralRe: ShellExecute Pin
valikac29-Jan-04 6:10
valikac29-Jan-04 6:10 
GeneralRe: ShellExecute Pin
Roger Wright29-Jan-04 6:30
professionalRoger Wright29-Jan-04 6:30 
GeneralThis help thanks to Robert Caldicote. Pin
Iain Clarke, Warrior Programmer29-Jan-04 6:38
Iain Clarke, Warrior Programmer29-Jan-04 6:38 
GeneralRe: This help thanks to Robert Caldicote. Pin
ohadp31-Jan-04 21:52
ohadp31-Jan-04 21:52 
General#pragma once Pin
Dean Goodman29-Jan-04 5:40
Dean Goodman29-Jan-04 5:40 
GeneralRe: #pragma once Pin
bneacetp29-Jan-04 6:34
bneacetp29-Jan-04 6:34 
GeneralMAPI specifying the pst file location Pin
daher29-Jan-04 5:24
daher29-Jan-04 5:24 
Generalifstream.read Pin
pnpfriend29-Jan-04 4:56
pnpfriend29-Jan-04 4:56 
GeneralRe: ifstream.read Pin
valikac29-Jan-04 6:14
valikac29-Jan-04 6:14 
GeneralRe: ifstream.read Pin
Joaquín M López Muñoz29-Jan-04 9:33
Joaquín M López Muñoz29-Jan-04 9:33 
GeneralRe: ifstream.read Pin
Robert A. T. Káldy29-Jan-04 9:50
Robert A. T. Káldy29-Jan-04 9:50 
GeneralRe: ifstream.read Pin
Anonymous30-Jan-04 7:00
Anonymous30-Jan-04 7:00 
Question.GetSource() in Microsoft Web Browser ActiveX ?? Pin
Alex H 198329-Jan-04 4:29
Alex H 198329-Jan-04 4:29 

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.