RH Synthedit modules thread

Modular Synth design and releases (Reaktor, SynthEdit, Tassman, etc.)
Post Reply New Topic
RELATED
PRODUCTS

Post

"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."

it's the log watching your fm6.dll
Image

Post

Hmmm. A prudent call... Sounds like some of the modules are refering to a dll, a resource or another sep / sem you haven't shared and therefore cannot be found on nova's system. Rob, would you mind to run the depender program and check what files are missing? I don't have this problem witin my system. So no big problem for me. But it would be good if you could show your log so we know what files are missing so we understand what files needs to be installed. Can you do that?
Best regards from Johan Brodd.
JoBroMedia since 1996.

Post

novaflash wrote:"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."

it's the log watching your fm6.dll

Yup i get the same report.
"delay-load dependency module" ?? what is that,..

Jeff suggested to load my RH-Booster into that program, not FM6.dll
So i'm not sure why you loaded FM6.dll :P

Post

Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.


FM6.dll without my RH-Booster....same msg,.


try ignition ;) ..i get the same reports:

Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
Warning: At least one module was corrupted or unrecognizable to Dependency Walker, but still appeared to be a Windows module.


So kinda useless to read the .dll ...just load my module into that program, not a VSTi

Post

XGmode wrote:So kinda useless to read the .dll ...just load my module into that program, not a VSTi
no error message or something like this
Image

Post

ok,..so that's not it.

I have another version of my RH-Booster,compiled by a friend of mine in VC++.
Can you try this version, maybe it's DEV C++ that's not including something.

http://www.rh-modules.nl/temp/RH-Booster.rar

Post

Image

Post

aha,. nah he's not using the express version.

I do have it installed ( visual C++ express ) but don't like it.
But, it seems i maybe need to switch, or maybe i need to include more things in DEV C++ to make sure the modules run on all PC's.

Tnx for testing,
Rob.

Post

ok,. can you do another test for me ?

I've included some more in DEV C++, i hope this is the fix.
As you are the only one that has the problem you're the only one that can confirm it for me.

http://www.rh-modules.nl/Downloads/RH-Booster.rar

Tnx,
Rob.

Post

i will test it, but i've you checked cpu% with the vc++ version ? ouch!
Last edited by novaflash on Tue Jun 27, 2006 5:01 am, edited 1 time in total.
Image

Post

don't work
Image

Post

novaflash wrote:i will test it, but i've you checked cpu% with the vc++ version ? ouch!
was not optimised.


mmm,. and the DEV C++ version still doesn't work ??? ... :cry:

Post

maybe this can help you :
find on a SE french forum, KXfree have posted a setting for dev c++ :
compiler :
-D__GNUWIN32__ -W -D_M_IX86=500 -DNDEBUG -D_WINDOWS -DWINDOWS=1 -fexceptions

c++ :
-D__GNUWIN32__ -W -D_M_IX86=500 -DNDEBUG -D_WINDOWS -DWINDOWS=1 -fexceptions

link :
-lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32

remove :
"--implib ".\release/se_gain.lib" at the end of link parameters




original thread in french :
Compilateur: [à couper coller]
-D__GNUWIN32__ -W -D_M_IX86=500 -DNDEBUG -D_WINDOWS -DWINDOWS=1 -fexceptions

C++ :[à couper coller]
-D__GNUWIN32__ -W -D_M_IX86=500 -DNDEBUG -D_WINDOWS -DWINDOWS=1 -fexceptions

!!!! Editeur de liens: (à couper coller)
-lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32

Il est important de supprimer la référence "--implib ".\release/se_gain.lib" à la fin de la ligne des paramètres de l'éditeur de liens.
Image

Post

novaflash wrote:maybe this can help you :
find on a SE french forum, KXfree have posted a setting for dev c++ :
compiler :
-D__GNUWIN32__ -W -D_M_IX86=500 -DNDEBUG -D_WINDOWS -DWINDOWS=1 -fexceptions

c++ :
-D__GNUWIN32__ -W -D_M_IX86=500 -DNDEBUG -D_WINDOWS -DWINDOWS=1 -fexceptions

link :
-lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32

remove :
"--implib ".\release/se_gain.lib" at the end of link parameters

mm,. tnx.

I dunno what this does, so will read the help on these commands first.

Cya,
Rob.

Post

mm,. my settings are almost the same :

compiler :
-D__GNUWIN32__ -W -mcpu=pentium -D_M_IX86=500 -DNDEBUG -D_WINDOWS -DWINDOWS=1 -fexceptions

C++ compiler :
-D__GNUWIN32__ -W -mcpu=pentium -D_M_IX86=500 -DNDEBUG -D_WINDOWS -DWINDOWS=1 -fexceptions

linker :
-lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32


So -mcpu=pentium is the only thing that's different.
i got a AMD processor, but don't think this option will change a lot.

Post Reply

Return to “Modular Synthesis”