<DIV>Hi,</DIV>
<DIV>You have a version conflict between dlls.</DIV>
<DIV><BR><BR><B><I>Power Solutions &lt;info@powersolutions.ca&gt;</I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">I must admit my C/C++ skills are just enough to get by. I'm just trying<BR>to use the FFT function in a Windows 2000 environment, thats all:<BR><BR>#include <VTKBMPREADER.H><BR>#include <VTKBMPWRITER.H><BR>#include <VTKIMAGEFFT.H><BR><BR>void main(int argc, char *argv[])<BR><BR>{<BR>argv[1] = "LE0001.bmp";<BR>argv[2] = "LE0001FFT.bmp";<BR>argv[3] = "LE0001FFTG.bmp";<BR>argv[4] = "LE0001FFTG.pgm";<BR><BR>vtkBMPReader *reader = vtkBMPReader::New();<BR>reader-&gt;SetFileName(argv[1]);<BR>reader-&gt;Update();<BR><BR>vtkImageFFT *fft = vtkImageFFT::New();<BR>fft-&gt;SetInput(reader-&gt;GetOutput());<BR>fft-&gt;Update();<BR><BR>vtkBMPWriter *writer = vtkBMPWriter::New();<BR>writer-&gt;SetInput(fft-&gt;GetOutput());<BR>writer-&gt;SetFileName(argv[2]);<BR>writer-&gt;Write();<BR>}<BR><BR>The project compiles but I get the following error when I try to run the<BR>executable:<BR><BR>bmp2nni.exe
 - Ordinal Not Found<BR>The ordinal 5695 could not be located in the dynamic link library<BR>VTKCOMMON.DLL.<BR><BR><BR>This is happening with both MSVC++ 6 and Borland C++ 6. I have ran the<BR>CMake command for both builds and installed the files in two seperate<BR>directories. Some direction would be appreciated.<BR><BR>Regards,<BR>Tahir<BR><BR><BR>&gt; ATTACHMENT part 1.2 application/x-pkcs7-signature name=smime.p7s<BR>_______________________________________________<BR>This is the private VTK discussion list. <BR>Please keep messages on-topic. Check the FAQ at: <HTTP: vtkfaq cgi-bin public.kitware.com><BR>Follow this link to subscribe/unsubscribe:<BR>http://www.vtk.org/mailman/listinfo/vtkusers<BR></BLOCKQUOTE><BR><BR>Aurélien REGAT-BARREL<p>
                <hr size=1>
Créez gratuitement votre Yahoo! Mail avec <font color="red"><b>100 Mo de stockage !</b></font>
<br><a href="http://fr.rd.yahoo.com/mail/taglines/*http://fr.rd.yahoo.com/mail/mail_taglines_100/default/*http://fr.benefits.yahoo.com/">Créez votre Yahoo! Mail</a>
<br><br>
Dialoguez en direct avec vos amis grâce à <a href="http://fr.rd.yahoo.com/mail/taglines/*http://fr.rd.yahoo.com/messenger/mail_taglines/default/*http://fr.messenger.yahoo.com/">Yahoo! Messenger !</a>