Click here to Skip to main content
15,920,632 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralIrene Pin
irene_haydon14-May-05 10:22
irene_haydon14-May-05 10:22 
GeneralRe: Irene Pin
PJ Arends14-May-05 10:40
professionalPJ Arends14-May-05 10:40 
GeneralRe: Irene Pin
Andrew Kirillov14-May-05 10:40
Andrew Kirillov14-May-05 10:40 
GeneralWM_SHOWWINDOW Pin
SJFreeland14-May-05 9:53
SJFreeland14-May-05 9:53 
Generallearning to work with SDKs and source code... Pin
psasidisrcum14-May-05 9:35
psasidisrcum14-May-05 9:35 
GeneralRe: learning to work with SDKs and source code... Pin
jc0dex14-May-05 10:08
jc0dex14-May-05 10:08 
GeneralRe: learning to work with SDKs and source code... Pin
psasidisrcum14-May-05 15:41
psasidisrcum14-May-05 15:41 
GeneralRe: learning to work with SDKs and source code... Pin
jc0dex14-May-05 18:51
jc0dex14-May-05 18:51 
Well I've been programming on my own for a couple years, then at Full Sail for game design currently.

Lots and lots of reading and testing with Visual Studio is imperitive to working with other peoples projects. Many of them include library files, include files, preprocessor directives, etc. which can be found in your project's properties and in the properties of Visual Studio itself.

Just a note, the project's properties and Visual Studios properties are COMPLETELY seperate!
Example: If you are required to add a library file to reference certain functions in a project you will have to tell Visual Studio where the library file is AND the project where the library file or you will get linker errors.

Another example: I had to write a plug-in for maya using MEL and c++. The Maya C++ API has decent documentation but doesn't tell you all the files you need to include. I was constantly getting linker errors before a friend explained you have to have Maya linked to your program thru Visual Studio AND my project itself.

But when it all boils down to it I would love to by a VS book myself because it's a very powerful tool and is almost a necessity to create quick and/or appealing projects.

We also have been told at Full Sail that XnA the new compiler from Microsoft is supposed to encapsulate much of these third party libraries and make them easier to implement in your own projects. But that's just words at the moment.

Anyways hopefully I helped a little, I consider myself a decent programmer and can create things I never could have imagined, but I read so much my eyes will probably fall out of my head by 30. heh.

Good luck,

j

GeneralRe: learning to work with SDKs and source code... Pin
S Douglas14-May-05 19:50
professionalS Douglas14-May-05 19:50 
GeneralAccessing network disk drives Pin
Still learning how to code14-May-05 9:15
Still learning how to code14-May-05 9:15 
GeneralRe: Accessing network disk drives Pin
Still learning how to code15-May-05 8:56
Still learning how to code15-May-05 8:56 
GeneralRe: Accessing network disk drives Pin
David Crow15-May-05 16:36
David Crow15-May-05 16:36 
Generaldisconnect pipes Pin
includeh1014-May-05 8:37
includeh1014-May-05 8:37 
GeneralRe: disconnect pipes Pin
Anonymous14-May-05 9:33
Anonymous14-May-05 9:33 
GeneralRe: disconnect pipes Pin
includeh1014-May-05 10:55
includeh1014-May-05 10:55 
GeneralRe: disconnect pipes Pin
Anonymous14-May-05 9:35
Anonymous14-May-05 9:35 
GeneralFile Selection Pin
Lampros Giampouras14-May-05 5:40
Lampros Giampouras14-May-05 5:40 
GeneralRe: File Selection Pin
jc0dex14-May-05 8:51
jc0dex14-May-05 8:51 
GeneralRe: File Selection Pin
Graham Bradshaw14-May-05 13:39
Graham Bradshaw14-May-05 13:39 
GeneralRe: File Selection Pin
Lampros Giampouras15-May-05 1:05
Lampros Giampouras15-May-05 1:05 
QuestionWhat does this type defination mean? Pin
sacoskun14-May-05 4:34
sacoskun14-May-05 4:34 
AnswerRe: What does this type defination mean? Pin
peterchen14-May-05 23:14
peterchen14-May-05 23:14 
GeneralRe: What does this type defination mean? Pin
sacoskun15-May-05 4:31
sacoskun15-May-05 4:31 
GeneralMS Word Automation Pin
Imtiaz Murtaza14-May-05 2:36
Imtiaz Murtaza14-May-05 2:36 
GeneralClasses Pin
SuperTank14-May-05 1:49
SuperTank14-May-05 1:49 

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.