help!!!!!i have got an error.....
-
i get an error like this shown below......
fatal error C1010: unexpected end of file while looking for precompiled header directive
i dont seem to find the error.....:confused: help.... :doh:
-
i get an error like this shown below......
fatal error C1010: unexpected end of file while looking for precompiled header directive
i dont seem to find the error.....:confused: help.... :doh:
Maybe you can try add: #include "stdafx.h" at head of your file if there didn't have one. i met that problem before,but i don't know whether it's the same as yours? Best wishes, :) --------------------------- You will when you believe! ------------------------
-
i get an error like this shown below......
fatal error C1010: unexpected end of file while looking for precompiled header directive
i dont seem to find the error.....:confused: help.... :doh:
Hi, Seems that you have deleted some of the needed headers/endif statement.Have a look @ the msdn with the error code C1010 Sujan
-
i get an error like this shown below......
fatal error C1010: unexpected end of file while looking for precompiled header directive
i dont seem to find the error.....:confused: help.... :doh:
or turn off precompiled header files in the project settings.
-prakash
-
i get an error like this shown below......
fatal error C1010: unexpected end of file while looking for precompiled header directive
i dont seem to find the error.....:confused: help.... :doh:
See the FAQ #2.5[^] --Mike-- LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ | You Are Dumb
-
Hi, Seems that you have deleted some of the needed headers/endif statement.Have a look @ the msdn with the error code C1010 Sujan
Hi, It seems that, this error is beacause of precompiled header file, you can do one thing change the project settings from setting tab->c++ tab->Category->Precompiled headers->Check not using precompiled headers. Now build project, it should work ! Best Regards, Vishal
-
i get an error like this shown below......
fatal error C1010: unexpected end of file while looking for precompiled header directive
i dont seem to find the error.....:confused: help.... :doh:
Hi, It seems that, this error is beacause of precompiled header file, you can do one thing change the project settings from setting tab->c++ tab->Category->Precompiled headers->Check not using precompiled headers. Now build project, it should work ! Best Regards, Vishal
-
Hi, It seems that, this error is beacause of precompiled header file, you can do one thing change the project settings from setting tab->c++ tab->Category->Precompiled headers->Check not using precompiled headers. Now build project, it should work ! Best Regards, Vishal
aaaaaah.....but that doesnt work....i had tried that out when i searched MSDN.....I get more errors (from 3 errors to 47 errorz!!!!!) by the way the #include is already there in the hearder files that i have loaded.....removing that and adding in the correspondin cpp file also doesnt help..... sob.....any other ideas..... thanx a lot all u guyz for ur answerz.....and expecting u could clear it up for me.....
-
See the FAQ #2.5[^] --Mike-- LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ | You Are Dumb
aaaaaah.....but that doesnt work(precomplied header stuff)....i had tried that out when i searched MSDN.....I get more errors (from 3 errors to 47 errorz!!!!!) the #include is already there in the hearder files that i have loaded.....removing that and adding in the correspondin cpp file also doesnt help.....leadz to more..... sob.....any other ideas..... thanx a lot all u guyz for ur answerz.....and expecting u could clear it up for me.....
-
or turn off precompiled header files in the project settings.
-prakash
aaaaaah.....but that doesnt work(precomplied header stuff)....i had tried that out when i searched MSDN.....I get more errors (from 3 errors to 47 errorz!!!!!) the #include is already there in the hearder files that i have loaded.....removing that and adding in the correspondin cpp file also doesnt help.....leadz to more..... sob.....any other ideas..... thanx a lot all u guyz for ur answerz.....and expecting u could clear it up for me.....
-
Hi, Seems that you have deleted some of the needed headers/endif statement.Have a look @ the msdn with the error code C1010 Sujan
aaaaaah.....but that doesnt work(precomplied header stuff)....i had tried that out when i searched MSDN.....I get more errors (from 3 errors to 47 errorz!!!!!) the #include is already there in the hearder files that i have loaded.....removing that and adding in the correspondin cpp file also doesnt help.....leadz to more..... sob.....any other ideas..... thanx a lot all u guyz for ur answerz.....and expecting u could clear it up for me.....
-
Maybe you can try add: #include "stdafx.h" at head of your file if there didn't have one. i met that problem before,but i don't know whether it's the same as yours? Best wishes, :) --------------------------- You will when you believe! ------------------------
aaaaaah.....but that doesnt work(precomplied header stuff)....i had tried that out when i searched MSDN.....I get more errors (from 3 errors to 47 errorz!!!!!) the #include is already there in the hearder files that i have loaded.....removing that and adding in the correspondin cpp file also doesnt help.....leadz to more..... sob.....any other ideas..... thanx a lot all u guyz for ur answerz.....and expecting u could clear it up for me.....
-
aaaaaah.....but that doesnt work(precomplied header stuff)....i had tried that out when i searched MSDN.....I get more errors (from 3 errors to 47 errorz!!!!!) the #include is already there in the hearder files that i have loaded.....removing that and adding in the correspondin cpp file also doesnt help.....leadz to more..... sob.....any other ideas..... thanx a lot all u guyz for ur answerz.....and expecting u could clear it up for me.....
You have one reply for every one ?!?!?
-prakash
-
i get an error like this shown below......
fatal error C1010: unexpected end of file while looking for precompiled header directive
i dont seem to find the error.....:confused: help.... :doh:
i find this fatal error C1010: unexpected end of file while looking for precompiled header directive For solve this common problem You need to use automatic use of precompliled headers. Select project/settings (or ALT+F7) then, in the Project Settings Dialog, select the C/C++ tab, then select the Precompiled Headers item in the combo box, and select the Automatic use of precompliled headers option. here: http://www.codeproject.com/database/caaadoclass1.asp[^] hope it can help ------------------------- Best Wishes sehsiW tseB ------------------------- You will when you believe! -------------------------
-
You have one reply for every one ?!?!?
-prakash
yes.....everyone has given the same solution!!!!!:confused:
-
i find this fatal error C1010: unexpected end of file while looking for precompiled header directive For solve this common problem You need to use automatic use of precompliled headers. Select project/settings (or ALT+F7) then, in the Project Settings Dialog, select the C/C++ tab, then select the Precompiled Headers item in the combo box, and select the Automatic use of precompliled headers option. here: http://www.codeproject.com/database/caaadoclass1.asp[^] hope it can help ------------------------- Best Wishes sehsiW tseB ------------------------- You will when you believe! -------------------------
well.....the link that u gave me has to do with databases!!!!! i guess u have put up the wrong link!!!!! i selected the "Automatic use of precomplied headers" option,but what do i put in the through header box?? thankz for ur reply..... :-D
-
yes.....everyone has given the same solution!!!!!:confused:
I think if you provide more info then someone could give a different solution to ur problem .
-prakash
-
I think if you provide more info then someone could give a different solution to ur problem .
-prakash
thank you MR prkash for ur time and help.....I found my mistake...... i got a linker errorz(the 20 errorz),but when i linked the lib (which i hadnt )these were gone!!!!! :-D thank u very much for ur time and help..... Happy programmin..... cheerz..... :-D
-
thank you MR prkash for ur time and help.....I found my mistake...... i got a linker errorz(the 20 errorz),but when i linked the lib (which i hadnt )these were gone!!!!! :-D thank u very much for ur time and help..... Happy programmin..... cheerz..... :-D
wow! so actually turning off the precompiled header i.e. the solution most of them were giving you were actually working but you started getting different error coz you did not link the required lib which turned out to be more no of errors then before, so you thought that these solutions were wrong! Cool man.
-prakash