Hello all,
The Gem.dll modified on March 13, 2003 that I downloaded from CVS repository (tonight) may have an error.
I downloaded the win32 (Gem) zip file (just tonight April 13, 2003) and copied the Gem files to my pd folders. I then opened pd with gem as per the command line below: c:\pd\bin\pd.exe -verbose -path c:\pd\gem;c:\pd\extra -lib Gem;pix_video_ds -noadc -nomidi
and received the following error:
"pd.exe - Entry Point Not Found The procedure entry point ?setModified@GemBase@@IAEXXZ could not be located in the dynamic link library gem.dll."
(This error appeared in a Windows Alert popup [or what appeared to be a windows 2000 box which is odd because I'm running WinXP])
Now when I open any patch which includes a gemlist, I get the error again and again (once for each gemhead in the canvas).
I thought I should warn everyone.
Regards, Dave Sabine
Hi Dave,
The problem here comes from pix_video_ds I believe. The external you're trying to load there is built against the binary release of gem 0.87 (non CVS) and can't be used with the CVS version of GEM.
The good news is that pix_video_ds is already included in GEM CVS (and that DLL you downloaded) so no need for the external anymore.
From memory that binary doesn't have a name alias from pix_video_ds to
pix_videoDS (the new name of the object in GEM) so you should probably grab a newer CVS build (available from www.bogusfront.org) which does have an alias.
Hmm... I should include a note about this in the pix_video_ds zip file to avoid anyone else having this problem.
Daniel
----- Original Message ----- From: "David Sabine" dave@davesabine.com To: pd-dev@iem.kug.ac.at Sent: Sunday, April 13, 2003 9:37 PM Subject: [PD-dev] Gem
Hello all,
The Gem.dll modified on March 13, 2003 that I downloaded from CVS
repository
(tonight) may have an error.
I downloaded the win32 (Gem) zip file (just tonight April 13, 2003) and copied the Gem files to my pd folders. I then opened pd with gem as per
the
command line below: c:\pd\bin\pd.exe -verbose -path c:\pd\gem;c:\pd\extra -lib
Gem;pix_video_ds
-noadc -nomidi
and received the following error:
"pd.exe - Entry Point Not Found The procedure entry point ?setModified@GemBase@@IAEXXZ could not be
located
in the dynamic link library gem.dll."
(This error appeared in a Windows Alert popup [or what appeared to be a windows 2000 box which is odd because I'm running WinXP])
Now when I open any patch which includes a gemlist, I get the error again and again (once for each gemhead in the canvas).
I thought I should warn everyone.
Regards, Dave Sabine
PD-dev mailing list PD-dev@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev