Issue Details (XML | Word | Printable)

Key: LIBOMV-328
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Jim Radford
Reporter: Pauline Middelink
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
libopenmetaverse

libopenjpeg doesnt export DotNet functions properly

Created: 27/Jul/08 02:51 AM   Updated: 27/Jul/08 03:15 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 0.6.0

File Attachments: 1. File openjpeg.diff (1 kB)

Issue Links:
Sub-issue
 

Environment: Mono / Linux32
Steps to Reproduce: compile and run the trunk Testclient and download a texture, op run appearance.


 Description  « Hide
During the move from LibslDecode to DotNetDecode the exported functions in the .h file left at the Libsl prefix, thereby alowing the C++ compiler to marshal the DotNet* functions and making it impossible to reference them from C#
Furthermore the dotnet.cpp still contained LibslDecode, while the C# code already referred to it as DotNetDeocde.

Patch to fix included, after recompilation the issue went away.



 All   Comments   Change History   Subversion Commits   Patches      Sort Order: Ascending order - Click to sort in descending order
Jim Radford added a comment - 27/Jul/08 03:12 AM
Thanks for the patch!

I've updated the Windows binary, and the linux x86_64 binary. I'll get John to compile the mac OSX and linux x86_32 binaries on monday