- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ying, Thank you for your reply. I start to do implementation JPEG encoder of UIC to my program.
linker: uic_core.lib uic_io.lib uic_jpeg.lib
copyrelated dll and lib files to my program folder.
In my program, I include:
linker: uic_core.lib uic_io.lib uic_jpeg.lib
copyrelated dll and lib files to my program folder.
In my program, I include:
#include
#include
I alsodeclared in my program:
JPEGEncoder jpegenc;
after build, I got error: error C2065: 'JPEGEncoder' : undeclared identifier
I saw JPEGEncoder class is defined in uic_jpeg_enc.h (UICAPI). Do you think what's problemcost that? Do I need to link to more Libs? thank you again and have a nice weekend
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - fanguts
Hi Ying, Thank you for your reply. I start to do implementation JPEG encoder of UIC to my program.
linker: uic_core.lib uic_io.lib uic_jpeg.lib
copyrelated dll and lib files to my program folder.
In my program, I include:
linker: uic_core.lib uic_io.lib uic_jpeg.lib
copyrelated dll and lib files to my program folder.
In my program, I include:
#include
#include
I alsodeclared in my program:
JPEGEncoder jpegenc;
after build, I got error: error C2065: 'JPEGEncoder' : undeclared identifier
I saw JPEGEncoder class is defined in uic_jpeg_enc.h (UICAPI). Do you think what's problemcost that? Do I need to link to more Libs? thank you again and have a nice weekend
ok, I fingured out and fixed this problem after using namespace UIC;

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page