Questionerror!

Posts 115 of 21 · Page 1 of 2
error!
could someone tv me please im trieng to build my project it builds perfectly at debug but at release i get all this stuff
126 051 285
8517

Code:
 
1>------ Build started: Project: ndsv1pub, Configuration: Release Win32 ------
1>Base.obj : error LNK2001: unresolved external symbol _D3DXCreateFontA@48
1>C:\Documents and Settings\xraydoc\my documents\visual studio 2010\Projects\ndsv1pub\Release\ndsv1pub.dll : fatal error LNK1120: 1 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
OMG!!! im getting a new error now i tried adding a new ptc
Code:
1>------ Build started: Project: ndsv1pub, Configuration: Debug Win32 ------
1>  Base.cpp
1>c:\documents and settings\xraydoc\my documents\gellin's_base_v2\cabase\cabase\base.cpp(167): error C2181: illegal else without matching if
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
heres my ptc im working on
Code:
if(Menu.mOpt[13].nopt > 0 )//Super Blood
			this->PushToConsole( "BloodSplatsMinNum 0.000000");
			this->PushToConsole( "BloodSplatsMaxNum 0.000000");
			this->PushToConsole( "BloodSplatsMinLifetime 0.000000");
			this->PushToConsole( "BloodSplatsMaxLifetime 0.000000");
			this->PushToConsole( "BloodSplatsMinScale 0.000000");
			this->PushToConsole( "BloodSplatsMaxScale 0.000000");
			this->PushToConsole( "BloodSplatsRange 0.000000");
			this->PushToConsole( "BloodSplatsPeturb 0.000000");
			this->PushToConsole( "BigBloodSizeScale 0.000000");
			this->PushToConsole( "BigBloodLifeScale 0.000000");
		else
			this->PushToConsole( "BloodSplatsMinNum 10000.000000");
			this->PushToConsole( "BloodSplatsMaxNum 10000.000000");
			this->PushToConsole( "BloodSplatsMinLifetime 10000.000000");
			this->PushToConsole( "BloodSplatsMaxLifetime 10000.000000");
			this->PushToConsole( "BloodSplatsMinScale 10000.000000");
			this->PushToConsole( "BloodSplatsMaxScale 10000.000000");
			this->PushToConsole( "BloodSplatsRange 10000.000000");
			this->PushToConsole( "BloodSplatsPeturb 10000.000000");
			this->PushToConsole( "BigBloodSizeScale 10000.000000");
			this->PushToConsole( "BigBloodLifeScale 10000.000000");
Can anyone help me?????
read the errors. You fked up gellins base
this isnt gellins base its gellins base V2
Quote Originally Posted by dudemil View Post
this isnt gellins base its gellins base V2
LMAO such a difference, I used to get that error try looking for code thats repeated or just start over yea I said it start over its simple and easy just takes time shix I had to setup my Windows Server 08 5 times wasnt fun but had to do it anyways yea hoped I helped you READ THE SIG IF SO

**edit
Code:
1>------ Build started: Project: ndsv1pub, Configuration: Release Win32 ------
1>Base.obj : error LNK2001: unresolved external symbol _D3DXCreateFontA@48
1>C:\Documents and Settings\xraydoc\my documents\visual studio 2010\Projects\ndsv1pub\Release\ndsv1pub.dll : fatal error LNK1120: 1 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Check out your D3DXCreateFontA you might have 2 of them in your code and as for the warnings just add this to the top of your code

Code:
#pragma warning( disable: 4245 )
in CDetour you changed some type specifiers. you need to fix them.
could you guys tv me please
126 051 285
8517
read the thread again i updated it
STOP CODING AND LEARN HOW TO FIRST

your using and if and else without a { or }

if your code in the if is more than 1 line you have to have a { and }
now stop coding i swear your wow this is really bad if and else are the VERY basics
Quote Originally Posted by TheFallenOwns View Post
STOP CODING AND LEARN HOW TO FIRST

your using and if and else without a { or }

if your code in the if is more than 1 line you have to have a { and }
now stop coding i swear your wow this is really bad if and else are the VERY basics
thank you josh
Not really smart to post your teamviewer stuff here little do you know some douche bag could pretend to "help" you and then fuck you up.
Quote Originally Posted by dudemil View Post
FUCK YOU ALL STUPID FORUM WITH STUPID STAFF AND STUPID RETARDEDS
YOUR a stupid forum
Quote Originally Posted by dudemil View Post
FUCK YOU ALL STUPID FORUM WITH STUPID STAFF AND STUPID RETARDEDS !!
Woah RageQuit..
Quote Originally Posted by whit+ View Post
Woah RageQuit..
How you get banned?
Quote Originally Posted by whatup777 View Post
How you get banned?
Zoom Banned Me For Emote Spamm...
But Hey Its Wat I Do Baby..
The error explains whats wrong..

You are using a else without a matching if
Learn to code first. then come back for help
Posts 115 of 21 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?