Mysterious Error!
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Mysterious Error!
I'm not on PC with problem.
I was thinking what if I had 10 non working projects, It would be tedious.
I was thinking what if I had 10 non working projects, It would be tedious.
CodeLite 15.x
CodeLite is awesome, I just Love it!
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Mysterious Error!
You only need to select them once, whats so tedious about that?evstevemd wrote:was thinking what if I had 10 non working projects, It would be tedious.
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Mysterious Error!
Lazinesseranif wrote: whats so tedious about that?
Eran
I have come to conclusion that it is not necessary,
I will change and see if I can fix with above workaround once I get hold of the PC
CodeLite 15.x
CodeLite is awesome, I just Love it!
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Mysterious Error!
I still don't understand the problem:
What would you like codelite to do?
You select DebugUnicode for testDll and then, what? should codelite select it for all the other projects? what if the other projects dont have this setup?
The names are not related, there is no restriction that all the configuration should have the same name...
Beside, its not the correct thing to do - you should set up your project once, and use it - you seldom should open the 'Configuration Manager' dialog
Eran
What would you like codelite to do?
You select DebugUnicode for testDll and then, what? should codelite select it for all the other projects? what if the other projects dont have this setup?
The names are not related, there is no restriction that all the configuration should have the same name...
Beside, its not the correct thing to do - you should set up your project once, and use it - you seldom should open the 'Configuration Manager' dialog
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Mysterious Error!
It is something like "reset all project in the workspace to given settings (debug/UnicodeDebug et al)"eranif wrote:I still don't understand the problem:
What would you like codelite to do?
You select DebugUnicode for testDll and then, what? should codelite select it for all the other projects? what if the other projects dont have this setup?
The names are not related, there is no restriction that all the configuration should have the same name...
Beside, its not the correct thing to do - you should set up your project once, and use it - you seldom should open the 'Configuration Manager' dialog
Eran
CodeLite 15.x
CodeLite is awesome, I just Love it!
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Mysterious Error!
This is becoming weird now!
I cannot make any DLL project now. Is it because I do something wrong?
Look at how I do it in the shot.
I have tried above suggestion with no avail!
I cannot make any DLL project now. Is it because I do something wrong?
Look at how I do it in the shot.
I have tried above suggestion with no avail!
You do not have the required permissions to view the files attached to this post.
CodeLite 15.x
CodeLite is awesome, I just Love it!
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Mysterious Error!
Whats the problem? You will have to be more clear than that:evstevemd wrote:I cannot make any DLL project now.
- whats the problem?
- do you have any build errors?
- if you have errors, what are they?
- etc etc
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 176
- Joined: Sun Aug 17, 2008 2:45 pm
- Contact:
Re: Mysterious Error!
From your screen shot I can see that you are trying to build a LINUX dynamic library on a Windows PC. That won't work.evstevemd wrote:This is becoming weird now!
I cannot make any DLL project now. Is it because I do something wrong?
Look at how I do it in the shot.
I have tried above suggestion with no avail!
It seems that there is no template for a Windows DLL in your CodeLites template folder. There should be a folder called 'dynamic-library-wx-enabled-win' in ~/CodeLite/templates/projects/'
Frank
You do not have the required permissions to view the files attached to this post.
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Mysterious Error!
It shook me to find none!
I thought it is the source of error but cant know why!
I have to reinstall it!
I thought it is the source of error but cant know why!
I have to reinstall it!
CodeLite 15.x
CodeLite is awesome, I just Love it!
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Mysterious Error!
I have tried to reinstall with CodeLite codelite-2.6.0.4189-mingw4.4.1-wx2.8.10.exefrank_frl wrote:From your screen shot I can see that you are trying to build a LINUX dynamic library on a Windows PC. That won't work.evstevemd wrote:This is becoming weird now!
I cannot make any DLL project now. Is it because I do something wrong?
Look at how I do it in the shot.
I have tried above suggestion with no avail!
It seems that there is no template for a Windows DLL in your CodeLites template folder. There should be a folder called 'dynamic-library-wx-enabled-win' in ~/CodeLite/templates/projects/'
Frank
I still cannot find the that folder. See the shot!
I'm downloading the latest package to see if I missed something in my old package which I updated via SVN
You do not have the required permissions to view the files attached to this post.
CodeLite 15.x
CodeLite is awesome, I just Love it!