Develop

Changes between Version 16 and Version 17 of Advanced/Development/Setup/WindowsBasic


Ignore:
Timestamp:
03/11/11 20:34:22 (2 years ago)
Author:
falkon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Advanced/Development/Setup/WindowsBasic

    v16 v17  
    5555[[Image(25122009_000159.png)]] 
    5656 
     57[[BR]] 
     58=== Troubleshooting === 
     59If you are running '''Windows 7 64bit''' you may encounter error that some DLL library file is missing. This is probably due to the system folder "Program Files (x86)" in your $PATH environment variable (because it contains parenthesis which are special characters on Un*x-like systems, so the ```msys``` console may have problems interpreting such path). The workaround for this error is either: 
     60 - move the ```c:msysgitin``` and ```c:msysgitmingwin``` to the begining of your system environment variable ```Path```, or 
     61 - copy the missing DLL libraries to the same folder in which the program resides 
     62   - in practice, you may need to copy file ```c:msysgitmingwinlibexpat-1.dll```  to the ```c:msysgitin```. (and probably also the library file ```vcomp90.dll``` or ```vcomp100.dll```). 
     63 
     64[[BR]] 
    5765== Next steps == 
    5866 * You should now be able to start developing with MinGW and an editor of your choice (e.g. notepad)