Re: Need help GTK on Windows
- Posted by ne1uno Oct 29, 2015
- 2912 views
Using virtual Win7.
The process explorer simply shows that eui is active briefly then disappears.
I bound test1.ex (from the euGTK demos). Using depends.exe on this file I get
Warning: At least one delay-load dependency module was not found. Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module. --tom // eight files identified such as... API-MS-WIN-APPMODEL-RUNTIME-L1-1-0.DLL API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL ...
This is now way past my tech level.
Is running Win7 in Oracle ~Virtualbox causing my problems?
Thanks,
_tom
the delay load and unresolved import are often false positives. you should be able to drag & drop a dll onto Depends and it will mark any actual missing dll files to let you know if GTK can't find something it needs.
Microsoft some years ago merged REGMON and FILEMON into the Process Explorer. there should be menu options to monitor the registry or file access so you will know which directories eui searches through and which files it finds or can't find. the file access should do it. I think windows GTK depends on dll being installed on the path somewhere relative to the main dll files, rather than the registry.
sorry, I don't have Process Explorer installed at the moment. file monitor should be fairly easy to find in the menu somewhere. this should give you an idea how far eui is getting. could just be a path or permission problem too.