[tweetmeme source=HtNaMuS only_single=false]
[digg=http://digg.com/programming/How_to_rectify_Cannot_initialise_profile_error_in_Orcad]
Capture is the software where we can design electronic circuits and stimulate them.After installation of this software and after designing a ckt if we stimulate it ,sum times it may give a error message of "Cannot load Profile".
Solution for this problem is
You just go to the start menu and right click on the capture icon from u will launch the software.Open properties and choose compaitability tab and if it is win Xp 3 change it to win Xp 2 and check "Run this program as an administrator " button..Thats all from U can stimulate circuits as u like....
c you soon...........
Showing posts with label Error. Show all posts
Showing posts with label Error. Show all posts
Friday, February 12, 2010
Wednesday, February 10, 2010
How to rectify the error ” Source not compiled” in Dev C++
[tweetmeme source=HtNaMuS only_single=false]
[digg=http://digg.com/programming/How_to_rectify_the_error_Source_not_compiled_in_DevC]
Dev C++ is a compiler used to compile the programs in C++ ..After successfully installing this software and writing sum sort of program and once you compile and run it sum installations may get an error message of "Source not Compiled "....
Then u have to follow these steps to get this error rectified...
First of all
[digg=http://digg.com/programming/How_to_rectify_the_error_Source_not_compiled_in_DevC]
Dev C++ is a compiler used to compile the programs in C++ ..After successfully installing this software and writing sum sort of program and once you compile and run it sum installations may get an error message of "Source not Compiled "....
Then u have to follow these steps to get this error rectified...
First of all
1) Go to "Tools > Compiler Options" in Dev C++. Click on the "Directories" tab and add the following to the binaries location:
C:\Dev-Cpp\libexec\gcc\mingw32\3.4.2
C:\Dev-Cpp\libexec\gcc\mingw32\3.4.2
(2) Go to the "Programs" tab and add the following prefix to all the listings:
C:\Dev-Cpp\bin\
Note that you may have to replace the "Dev-Cpp" above in (1) and (2) with your Dev C++ installation folder if you did not accept the default options during installation.
C:\Dev-Cpp\bin\
Note that you may have to replace the "Dev-Cpp" above in (1) and (2) with your Dev C++ installation folder if you did not accept the default options during installation.
http://www.pmohan.org/forums/
Let me know whether this works for u r not.....
leave a comment..........
Subscribe to:
Posts (Atom)