Click here to Skip to main content
16,005,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to copy resource from one file to other Pin
Atul2318-Jan-07 0:58
Atul2318-Jan-07 0:58 
AnswerRe: How to copy resource from one file to other Pin
Iain Clarke, Warrior Programmer18-Jan-07 1:45
Iain Clarke, Warrior Programmer18-Jan-07 1:45 
QuestionUnresolved token error Pin
73Zeppelin18-Jan-07 0:49
73Zeppelin18-Jan-07 0:49 
AnswerRe: Unresolved token error Pin
Cedric Moonen18-Jan-07 0:52
Cedric Moonen18-Jan-07 0:52 
GeneralRe: Unresolved token error Pin
73Zeppelin18-Jan-07 0:58
73Zeppelin18-Jan-07 0:58 
AnswerRe: Unresolved token error Pin
73Zeppelin18-Jan-07 1:56
73Zeppelin18-Jan-07 1:56 
GeneralRe: Unresolved token error Pin
Cedric Moonen18-Jan-07 2:35
Cedric Moonen18-Jan-07 2:35 
GeneralRe: Unresolved token error Pin
73Zeppelin18-Jan-07 2:43
73Zeppelin18-Jan-07 2:43 
Cedric Moonen wrote:
No, I hardly doubt that is the problem. How did you add the cpp file to your project ?


I have a Windows form application. In, say, Form1, I have code that performs some calculations. Previously I had written a large number of statistical functions in the aforementioned .h and .cpp files. I have included these files in several projects with no problems and I know they work. I moved them into the project directory for the form application (I'm on someone else's machine) and added them to the project (Using Add... on the solution explorer). I did a #include <statistics.h> in the code for Form1 and tried to build the solution. This gave me the unresolved symbol errors. It's a little strange. I removed them from Form1.h and included them in StdAfx.h with the same results. The only way to remove the unresolved symbols problem was to merge the .cpp file into the .h file. I'm baffled.



Windows with no internet connection is safe, but that's not what Windows was built for.

GeneralRe: Unresolved token error Pin
jhwurmbach18-Jan-07 2:47
jhwurmbach18-Jan-07 2:47 
GeneralRe: Unresolved token error Pin
73Zeppelin18-Jan-07 3:04
73Zeppelin18-Jan-07 3:04 
QuestionDereferencing an normal array [modified] Pin
zqueezy18-Jan-07 0:36
zqueezy18-Jan-07 0:36 
AnswerRe: Dereferencing an normal array Pin
Iain Clarke, Warrior Programmer18-Jan-07 1:54
Iain Clarke, Warrior Programmer18-Jan-07 1:54 
GeneralNONONO need still help! Pin
zqueezy18-Jan-07 4:35
zqueezy18-Jan-07 4:35 
GeneralRe: NONONO need still help! Pin
El Corazon18-Jan-07 4:58
El Corazon18-Jan-07 4:58 
AnswerRe: Dereferencing an normal array Pin
El Corazon18-Jan-07 5:20
El Corazon18-Jan-07 5:20 
GeneralWow Pin
zqueezy18-Jan-07 11:24
zqueezy18-Jan-07 11:24 
GeneralRe: Wow Pin
El Corazon18-Jan-07 11:43
El Corazon18-Jan-07 11:43 
QuestionHow to create nice toolbar in CDialog app Pin
PatrykDabrowski18-Jan-07 0:04
PatrykDabrowski18-Jan-07 0:04 
AnswerRe: How to create nice toolbar in CDialog app Pin
Nibu babu thomas18-Jan-07 0:28
Nibu babu thomas18-Jan-07 0:28 
AnswerRe: How to create nice toolbar in CDialog app Pin
Hamid_RT18-Jan-07 0:41
Hamid_RT18-Jan-07 0:41 
AnswerRe: How to create nice toolbar in CDialog app Pin
Hamid_RT18-Jan-07 6:27
Hamid_RT18-Jan-07 6:27 
AnswerRe: How to create nice toolbar in CDialog app Pin
Mark Salsbery18-Jan-07 6:32
Mark Salsbery18-Jan-07 6:32 
Questionthe exception breakpoint... Pin
shivapriyak18-Jan-07 0:03
shivapriyak18-Jan-07 0:03 
AnswerRe: the exception breakpoint... Pin
toxcct18-Jan-07 0:11
toxcct18-Jan-07 0:11 
QuestionNeed to help in file reading in win32 Pin
amitmistry_petlad 17-Jan-07 23:54
amitmistry_petlad 17-Jan-07 23:54 

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.