| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"Zdravko" |
| Date: |
06 May 2006 10:52:57 AM |
| Object: |
RTF Library |
Hi all
I am _not_ a C++ programmer, and because that, I am asking for help.
Here is one RTF library (LIB):
http://www.codeproject.com/library/rtflib.asp#xx1132507xx
but I need it compiled as DLL instead a LIB (because I will use it on other
language).
If possible, I need a source code for this DLL.
Thank you in the advance.
Zdravko
.
|
|
| User: "Ivan Vecerina" |
|
| Title: Re: RTF Library |
07 May 2006 03:31:55 AM |
|
|
"Zdravko" <za.miksica_REMOVE_@gmail.com> wrote in message
news:e3igoj$kd2$1@ss408.t-com.hr...
: I am _not_ a C++ programmer, and because that, I am asking for help.
: Here is one RTF library (LIB):
: http://www.codeproject.com/library/rtflib.asp#xx1132507xx
: but I need it compiled as DLL instead a LIB (because I will use it on
other
: language).
: If possible, I need a source code for this DLL.
: Thank you in the advance.
This NG is about the standard C++ language -- which does not know anything
about LIBs and DLLs.
You'll have more success if you try asking on a windows-specific forum,
such as comp.os.ms-windows.programmer.win32 , or on a forum about the
language that you want to use (they'll know if anything more than
changing a compiler setting to generate a DLL, and a few '__dllexport'
clauses is enough to be able to call the lib from that language).
Good luck / Srecno,
Ivan
--
http://ivan.vecerina.com/contact/?subject=NG_POST <- email contact form
.
|
|
|
|
| User: "Cesar Rabak" |
|
| Title: Re: RTF Library |
06 May 2006 01:38:31 PM |
|
|
Zdravko escreveu:
Hi all
I am _not_ a C++ programmer, and because that, I am asking for help.
Here is one RTF library (LIB):
http://www.codeproject.com/library/rtflib.asp#xx1132507xx
but I need it compiled as DLL instead a LIB (because I will use it on other
language).
Have you contacted the author(s) of the code?
.
|
|
|
| User: "Zdravko" |
|
| Title: Re: RTF Library |
06 May 2006 05:06:26 PM |
|
|
Hi all
I am _not_ a C++ programmer, and because that, I am asking for help.
Here is one RTF library (LIB):
http://www.codeproject.com/library/rtflib.asp#xx1132507xx
but I need it compiled as DLL instead a LIB (because I will use it on
other language).
Have you contacted the author(s) of the code?
Hi,
yes I am, but he did not responded.
Zdravko
.
|
|
|
|
|
| User: "Zdravko" |
|
| Title: Re: RTF Library |
06 May 2006 10:53:49 AM |
|
|
my email is:
Thx
Hi all
I am _not_ a C++ programmer, and because that, I am asking for help.
Here is one RTF library (LIB):
http://www.codeproject.com/library/rtflib.asp#xx1132507xx
but I need it compiled as DLL instead a LIB (because I will use it on
other language).
If possible, I need a source code for this DLL.
Thank you in the advance.
Zdravko
.
|
|
|
| User: "Jonathan Mcdougall" |
|
| Title: Re: RTF Library |
06 May 2006 02:20:28 PM |
|
|
Zdravko wrote:
Hi all
I am _not_ a C++ programmer, and because that, I am asking for help.
Here is one RTF library (LIB):
http://www.codeproject.com/library/rtflib.asp#xx1132507xx
but I need it compiled as DLL instead a LIB (because I will use it on
other language).
If possible, I need a source code for this DLL.
Thank you in the advance.
my email is:
1) Don't top-post (http://en.wikipedia.org/wiki/Top-posting)
2) Post here, read here.
3) http://www.parashift.com/c++-faq-lite/how-to-post.html
Jonathan
.
|
|
|
| User: "Zdravko" |
|
| Title: Re: RTF Library |
06 May 2006 05:06:45 PM |
|
|
Zdravko wrote:
Hi all
I am _not_ a C++ programmer, and because that, I am asking for help.
Here is one RTF library (LIB):
http://www.codeproject.com/library/rtflib.asp#xx1132507xx
but I need it compiled as DLL instead a LIB (because I will use it on
other language).
If possible, I need a source code for this DLL.
Thank you in the advance.
my email is:
1) Don't top-post (http://en.wikipedia.org/wiki/Top-posting)
2) Post here, read here.
3) http://www.parashift.com/c++-faq-lite/how-to-post.html
Jonathan
Ok,
Sorry.
.
|
|
|
|
|
|

|
Related Articles |
|
|