Hello,
Jul 17, 2017 I just felt like there was a need for the click by click DAU guide, who knows on which tiny detail new people make a mistake. Maybe someone isn'n clicking the treeview at the right moment and sets only Release mode up and then compiles in Debug mode, maybe they add one of the libraries too high/low on the list, maybe someone forgets to set up the library search path. Educated guess, how is 'DLLExport' defined? If it is a macro, did you define the right macro to get it defined correctly? Related question. Is the library providing the missing linking function static or shared (DLL)?
When i compile i get theses undefiend reference to extern lobal variable. In my code, i try to do an file
that define it and extern it on SystemeBataille.cpp call th definitor on main.cpp but same error. If i place my extern on an specific function exemple SystemeBataille::placeExternHere i get an not declared error. First question: Do my file for defined variables is useful and do something wrong? Second Question: Do as a beginner i'm better to place all in same file with one and only header with variables as protected? and Thirth Question: There an way for define and extern it correctly? If that only links how i get it linked with Code::Blocks with MnGW? and last one: If i use extern on header file as i see on web i get an storage class problem
Jul 23, 2005 undefined refrence. C / C Forums on Bytes. Post your question and get tips & solutions from a community of 448,673 IT Pros & Developers.
Sorry if variable and functions name are in french i'm not primary english user
Here my codes: Youtube always be my baby.
SystemeBataille.cpp
SystemeBataille.h
InitVariable.cpp
InitVariable.h
We are a small & optimized, VST Audio Plugins search engine. We do not store any files, we just search it, index it and make it easier for you. Our main goal is to Democratize and facilitate access to people with no money, but full of musical talent. Make Your Music Awesome! VST plugins directory, Download VST Instrument plugins for free, for Cubase, FL Studio, Ableton, etc. Discover and download mastering plugin. Audio Plugins for Mac. In Audio Plugins, Mac. Toontrack Superior Drummer v3.1.7 (Mac). Get notified about the best Cracked VSTs and Audio Sample libraries straight into your Inbox! Cracked vst for mac.
and finally main.cpp
Thanks i nadvance
You forgot to post Personnage.h so we might not be able to help you troubleshoot your problem. Can you at least tell us which variables it's complaining about being undefined?