Hi, I'd like to use the managed extensions to employ kakadu with C# and also .Net aware C++ ( windows forms, etc) in VS2005. ... Win32 ------ Deleting...
for futher info on the run-time error, this is the stack trace of the error: System.IO.FileNotFoundException was unhandled Message="The specified module could...
Hi David, I've gone with the JPX approach as you described below. This appears to work within kdu_show. However within my own code I'm having a bit a moment......
I use 'pull_stripe' for decompression. I get the same timing performance whether I specify one (1) or more stripes on each pull_stripe() call. Is this what...
Using Kakadu managed extensions for C#, how do I convert a JP2 file into a BMP file? I want to accomplish the same thing as: kdu_render "-i "file.jp2" -o...
Larry, I had this same issue and had solved it by adding `msvcmrt.lib` as an additional linker dependency. jk _____ From: kakadu_jpeg2000@yahoogroups.com ...
I am running Microsoft Vista on a 64 bit platform. Is is possible to compile and run the Kakadu managed classes on a 64 bit platform? Do I just re-compile...
Jason, I had read your hint that in a previous post and successfully compiled kdu_mni using your advice, but I still get run-time errors when I use kdu_mni in...
I have successfully built coresys and kdu_mni for 64 bit platform and I have built KduRender2 for AnyCPU (Visual Studio 2005). When I execute KduRender2, I get...
Bob, If you're referring to the FileNotFoundException (The specified module cannot be found) issue. This happens when a DLL cannot find one of its dependencies...
HI Bob, I had the same problem when I first upgraded to VS2005 using the automatic upgrade tool. I fixed it by recreating the "kdu_mni" project from scratch...
Please refer to my last post (http://tech.groups.yahoo.com/group/kakadu_jpeg2000/message/4453). I believe it might help you with this. jk _____ From:...
Dear Kakadu users, You may wish to know that I have just released a new version of Kakadu (v5.2.4) which comes with a complete set of build tools for...
is missing for kdu_managed_2005 > KduRender_2005.csproj kdu_constants.cs is missing for KduRender2_2005.csproj or these two are generated? i am building...
I have put all of the Kakadu DLLs into the Kakadu\bin\KduRender2 directory and I still get the FileNotFoundException. Please recall that I am running on a 64...
While I had no problems compiling Kakadu version 5.2.2, Kakadu version 5.2.4 does not successfully compile under Mac OS X 10.4.8. While these succeed ...
Larry, I suggest using Process Monitor to find out which exactly file is not found and where the OS was looking. This program is the successor to the popular...
Hi, We upgraded from version 4.x to 5.x to address some memory problems, but it appears that the Kdu_simple_mem_source is no longer part of the new API....
Hello, I am looking for a JP2 Viewer to validate big images ( 30000 x 30000 ) with tiles. Your viewer (kdu-show) seems OK but only available on Linux and I ...
I have been building v5.2.4 that ive just recieved using MS visual C++ v6.0 and have successfully built KDU_compress and KDU_expand, however when I try to...
... Hi, For sure kdu_show is available for Windows, how do you think it was not? Free ER Viewer from ER Mapper is not bad either. And I noticed just that...
... 30000 ) ... ..) ... noticed ... Hi, i've used kdu_show in Linux with wine without problems, although i haven't tested so big images. You could also test...
I have built with C++ V6.0. Please note that you need to install the "Visual C++ 6.0 Processor Pack" which requires VC6 SP5. You can find the details in the...
I finally found out that the debugger and compiled versions will not work unless the bin_x86 directory is defined in the PATH environment variable; i.e., the...
Thanks but I did try that and when it failed to install I switched to the other option in the compile instructions and used the symbol `KDU_NO_SSE' which uses...