I'm trying to convert RTF file to HTML file, and after s long search i found a useful library that may help me; which is (irun.dll: http://www.pilotltd.com/index_en.jsp?pagenum=221), then i tested the below code, and it build the HTML file but there is an error, i couldn't understand the error (invalid memory access), can any one help me solve this problem.
Can you deliver the DLL with your application? Then send, a link which
requires no registration. With registration i will not download it
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Yeah - was doing fine til I got to this page - maybe provide the zip file or something.
cheers
Programı sitemizden indirmek için lütfen aşağıdaki formu doldurup gönder tuşuna tıklayınız. Formda vereceğiniz bilgiler sizinle en verimli şekilde iletişim kurabilmemizi sağlayacaktır. Bilgilerin spam amaçlı kullanımı söz konusu değildir.
GÖNDERENE AİT BİLGİLER:
Adınız, Soyadınız
Kurum
Pozisyon
E-Posta
Programın kurulumu ve şifre girişiyle ilgili detaylar yukarıda yazdığınız email adresinize gönderilecektir.
KURUMA AİT BİLGİLER:
Telefon Faks
-- Lütfen bir şehir seçiniz --- --Yurtdışı--ADANA ADIYAMAN AFYON AĞRI AKSARAY AMASYA ANKARA ANTALYA ARDAHAN ARTVİN AYDIN BALIKESİR BARTIN BATMAN BAYBURT BİLECİK BİNGÖL BİTLİS BOLU BURDUR BURSA ÇANAKKALE ÇANKIRI ÇORUM DENİZLİ DİYARBAKIR DÜZCE EDİRNE ELAZIĞ ERZİNCAN ERZURUM ESKİŞEHİR GAZİANTEP GİRESUN GÜMÜŞHANE HAKKARİ HATAY IĞDIR ISPARTA İÇEL İSTANBUL İZMİR K.MARAŞ KARABÜK KARAMAN KARS KASTAMONU KAYSERİ KİLİS KIRIKKALE KIRKLARELI KIRSEHİR KOCAELİ KONYA KÜTAHYA MALATYA MANİSA MARDİN MUĞLA MUŞ NEVŞEHIR NİĞDE ORDU OSMANİYE RİZE SAKARYA SAMSUN ŞANLIURFA SİİRT SİNOP ŞIRNAK SIVAS TEKİRDAĞ TOKAT TRABZON TUNCELİ UŞAK VAN YALOVA YOZGAT ZONGULDAK
SINAVMATİK® İLE İLGİLİ:
İlgilendiğiniz Programlar: Sınavmatik® Soru Bankası programı
Thanks for your replay, i tested ur code, but seems to hav the same error if i remove the #DQUOTE$ before and after the source and destination, and if i keep the #DQUOTE$ it doesn't build the desired HTML file, so i still trying to catch the error...
============
============
Later i tried another rtf file and it worked fine with no problems, so it turned to be an error with the source file..
Thanks to every one...
Last edited by Mahmoud on Thu Apr 23, 2009 4:02 pm, edited 1 time in total.
You right, very thanks for your quick and brilliant replay, Later i tried another rtf file and it worked fine with no problems, so it turned to be an error with the source file name (contains spaces)..