llynx
Member
|
RE: mesh file
(09-04-2010 12:33 AM)italiancrazy Wrote: I HAVE TRANSLATE FROM ITALIAN TO ENGLISH ^^
'Tutorials.exe': load 'C:\Documents and Settings\Administrator\Documenti\FileScaricati\EsenthelEngineSDK\Tutorials\Debug\Tutorials.exe', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\ntdll.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\kernel32.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\d3d9.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\d3d8thk.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\gdi32.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\user32.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\msvcrt.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\advapi32.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\rpcrt4.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\secur32.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\version.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\winmm.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\xinput1_3.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\setupapi.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\dinput8.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\d3dx9_40.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\dsound.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\ole32.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\ws2_32.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\ws2help.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\imm32.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\psapi.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\shell32.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\shlwapi.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\oleaut32.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\comctl32.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\uxtheme.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\MSCTF.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\mswsock.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\dnsapi.dll', Impossible find or open the PDB file
'Tutorials.exe': load 'C:\WINDOWS\system32\MSCTFIME.IME', Impossible find or open the PDB file
Tutorials.exe has generated interrupted point
The programs '[3884] Tutorials.exe: Native' is terminated with the code -1 (0xffffffff).
Logs of of the conversion process of the sln, not of the compile attempt output.
|
|
09-04-2010 12:48 AM |
|
italiancrazy
Member
|
RE: mesh file
(This post was last modified: 09-04-2010 12:57 AM by italiancrazy.)
|
|
09-04-2010 12:57 AM |
|
llynx
Member
|
RE: mesh file
1. Re-extract EsenthelEngineSDK to undo conversion changes to the tutorial.
2. Replace your tutorials.sln with the following:
Code:
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C++ Express 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tutorials", "Tutorials.vcxproj", "{D5E88CFD-53A1-4136-9D8C-2958A7F05334}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug DX10+|Win32 = Debug DX10+|Win32
Debug|Win32 = Debug|Win32
Release DX10+|Win32 = Release DX10+|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5E88CFD-53A1-4136-9D8C-2958A7F05334}.Debug DX10+|Win32.ActiveCfg = Debug DX10+|Win32
{D5E88CFD-53A1-4136-9D8C-2958A7F05334}.Debug DX10+|Win32.Build.0 = Debug DX10+|Win32
{D5E88CFD-53A1-4136-9D8C-2958A7F05334}.Debug|Win32.ActiveCfg = Debug|Win32
{D5E88CFD-53A1-4136-9D8C-2958A7F05334}.Debug|Win32.Build.0 = Debug|Win32
{D5E88CFD-53A1-4136-9D8C-2958A7F05334}.Release DX10+|Win32.ActiveCfg = Release DX10+|Win32
{D5E88CFD-53A1-4136-9D8C-2958A7F05334}.Release DX10+|Win32.Build.0 = Release DX10+|Win32
{D5E88CFD-53A1-4136-9D8C-2958A7F05334}.Release|Win32.ActiveCfg = Release|Win32
{D5E88CFD-53A1-4136-9D8C-2958A7F05334}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
|
|
09-04-2010 01:13 AM |
|
italiancrazy
Member
|
RE: mesh file
CAN I MODIFY WITH NOTEPAD?
i haved modify ^^
now i try to convert
ok... not finish
i debug tutorials.sln (not required to converto now ^^ ) and tell me
IMPOSSIBLE START THE PROGRAM \...\EsenthelEngineSDK\Tutorials\Debug
FILE NOT FOUND
if i insert Tutorial.exe on \EsenthelEngineSDK\Tutorials\Debug he tell me another error
(the my error that u have quoted)...
how i can fix?
thanks for all support ^^
(This post was last modified: 09-04-2010 01:26 AM by italiancrazy.)
|
|
09-04-2010 01:15 AM |
|
Chris
Member
|
RE: mesh file
Try using this one: http://www.cwkx.com/storage/Tutorials.vcproj - replace the old one; it should work. After conversion, click the Green arrow to run (debug) and you should see a blue "Welcome to the first tutorial" window compiled.
|
|
09-04-2010 01:27 AM |
|
llynx
Member
|
RE: mesh file
F7 to compile and run tutorial.exe manually in its original folder.
|
|
09-04-2010 01:27 AM |
|
italiancrazy
Member
|
RE: mesh file
llynx not work F7 (compile but not tell me where is .exe)
Chris now try ^^
|
|
09-04-2010 01:35 AM |
|
llynx
Member
|
RE: mesh file
Right here: \EsenthelEngineSDK\Tutorials\tutorial.exe
|
|
09-04-2010 01:38 AM |
|
italiancrazy
Member
|
RE: mesh file
Chris i love u ^^
I love this forum... max support!
thanks for all support...
now works 100%
(another thanks chris)
llynx np i have solved ^^
(This post was last modified: 09-04-2010 01:42 AM by italiancrazy.)
|
|
09-04-2010 01:41 AM |
|
Tottel
Member
|
RE: mesh file
You have just witnessed this awesome and extremely helpful community in play. :>
|
|
09-04-2010 11:06 AM |
|