kurzer,
Could you upload the file again?
Thank you.
Search found 76 matches
- Fri Mar 09, 2018 6:52 pm
- Forum: Coding Questions
- Topic: Is There An Example Program Using The Project Manager
- Replies: 5
- Views: 2230
- Fri Jun 09, 2017 10:41 pm
- Forum: 3D Programming
- Topic: wavefront OBJ files Loader
- Replies: 8
- Views: 6992
Re: wavefront OBJ files Loader
This is a very nice OBJ viewer, I like it.
Any chance of adding support to STL format?
Thank you.
Any chance of adding support to STL format?
Thank you.
- Tue Jun 06, 2017 6:08 am
- Forum: Coding Questions
- Topic: [5.60] tooltip not showing w/o "enable modern theme support"
- Replies: 21
- Views: 7657
[5.60] tooltip not showing w/o "enable modern theme support"
Tooltips not showing when "enable modern theme support" is unchecked.
PB 5.60(x86) under win7
If OpenWindow(0, 0, 0, 150, 60, "ToolBar", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
If CreateToolBar(0, WindowID(0))
ToolBarStandardButton(0, #PB_ToolBarIcon_New)
ToolBarStandardButton(1 ...
PB 5.60(x86) under win7
If OpenWindow(0, 0, 0, 150, 60, "ToolBar", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
If CreateToolBar(0, WindowID(0))
ToolBarStandardButton(0, #PB_ToolBarIcon_New)
ToolBarStandardButton(1 ...
- Sun Nov 15, 2015 7:01 am
- Forum: Tricks 'n' Tips
- Topic: Preview, print and PDF creation program
- Replies: 6
- Views: 3862
Re: Preview, print and PDF creation program
normeus,
OK, got "preview_new_pdf.pb" to compile just fine.
Thank you.
OK, got "preview_new_pdf.pb" to compile just fine.
Thank you.
- Thu Nov 12, 2015 10:09 pm
- Forum: Tricks 'n' Tips
- Topic: Preview, print and PDF creation program
- Replies: 6
- Views: 3862
Re: Preview, print and PDF creation program
nils_olle,
The simplified PDF is a good idea, and I am able to run the SumartraPDF program just fine.
But when I tried to compile the pdf_preview.pb, I am getting errors saying the pdf_create() function is not defined.
when I tried compiling PurePDF, I am getting "Structure" errors.
I am using PB ...
The simplified PDF is a good idea, and I am able to run the SumartraPDF program just fine.
But when I tried to compile the pdf_preview.pb, I am getting errors saying the pdf_create() function is not defined.
when I tried compiling PurePDF, I am getting "Structure" errors.
I am using PB ...
- Wed Oct 28, 2015 8:27 pm
- Forum: Announcement
- Topic: Pure_radio (For Windows )
- Replies: 19
- Views: 10722
Re: Pure_radio (For Windows )
Nice program.
Is it possible to add additional stations through an URL?
Is it possible to add additional stations through an URL?
- Sun Oct 19, 2014 9:28 pm
- Forum: 3D Programming
- Topic: Decoding Stereograms
- Replies: 9
- Views: 11469
Re: Decoding Stereograms
Very interesting program.
Nice work.
Nice work.
- Mon Feb 24, 2014 11:34 pm
- Forum: Coding Questions
- Topic: Help Convert FreeBasic header for Iconv.dll/iconv.lib
- Replies: 15
- Views: 5726
Re: Help Convert FreeBasic header for Iconv.dll/iconv.lib
Great jobs.
I will study both Idle's and infratec's codes carefully.
Thanks again.
I will study both Idle's and infratec's codes carefully.
Thanks again.
- Mon Feb 24, 2014 7:52 am
- Forum: Coding Questions
- Topic: Help Convert FreeBasic header for Iconv.dll/iconv.lib
- Replies: 15
- Views: 5726
Re: Help Convert FreeBasic header for Iconv.dll/iconv.lib
Ts_soft,
Your explanation and example make sense.
I will work on this more.
Thank you.
Your explanation and example make sense.
I will work on this more.
Thank you.
- Sun Feb 23, 2014 10:09 pm
- Forum: Coding Questions
- Topic: Help Convert FreeBasic header for Iconv.dll/iconv.lib
- Replies: 15
- Views: 5726
Re: Help Convert FreeBasic header for Iconv.dll/iconv.lib
I am stuck on this PTR PTR data type.
Where and when is the string stored with this?
Pure Basic does not support **inbuf.string, how do I get around this?
Where and when is the string stored with this?
Pure Basic does not support **inbuf.string, how do I get around this?
- Sat Feb 22, 2014 11:36 pm
- Forum: Coding Questions
- Topic: Help Convert FreeBasic header for Iconv.dll/iconv.lib
- Replies: 15
- Views: 5726
Re: Help Convert FreeBasic header for Iconv.dll/iconv.lib
I tried the following code, but am getting memory read errors.
Can someone help fixing this?
#libiconv_TRIVIALP = 0 ;/* INT *argument */
#libiconv_GET_TRANSLITERATE = 1 ; /* INT *argument */
#libiconv_SET_TRANSLITERATE = 2 ; /* const INT *argument */
#libiconv_GET_DISCARD_ILSEQ = 3; /* INT ...
Can someone help fixing this?
#libiconv_TRIVIALP = 0 ;/* INT *argument */
#libiconv_GET_TRANSLITERATE = 1 ; /* INT *argument */
#libiconv_SET_TRANSLITERATE = 2 ; /* const INT *argument */
#libiconv_GET_DISCARD_ILSEQ = 3; /* INT ...
- Fri Feb 21, 2014 11:22 pm
- Forum: Coding Questions
- Topic: Help Convert FreeBasic header for Iconv.dll/iconv.lib
- Replies: 15
- Views: 5726
Re: Help Convert FreeBasic header for Iconv.dll/iconv.lib
I just found the FreeBasic header, not sure how to handle the PTR PTR datatype.
Can someone help on this?
Thank you.
Can someone help on this?
Thank you.
- Mon Feb 17, 2014 6:28 am
- Forum: Coding Questions
- Topic: Help Convert FreeBasic header for Iconv.dll/iconv.lib
- Replies: 15
- Views: 5726
Re: Help Convert C++ header for Iconv.dll/iconv.lib to pureb
UTF8 will work just fine.
Can someone help convert the header?
Thanks.
Can someone help convert the header?
Thanks.
- Mon Feb 17, 2014 12:33 am
- Forum: Coding Questions
- Topic: Help Convert FreeBasic header for Iconv.dll/iconv.lib
- Replies: 15
- Views: 5726
Help Convert FreeBasic header for Iconv.dll/iconv.lib
I am working on a database with Big5 (Traditional Chinese) character set; I would like to display those as UTF.
After several attempts, I came across with the libconv library.
ftp://ftp.zlatkovic.com/libxml/iconv-1.9.2.win32.zip
[Edit] I just found this FREE Basic header, which seems closer to ...
After several attempts, I came across with the libconv library.
ftp://ftp.zlatkovic.com/libxml/iconv-1.9.2.win32.zip
[Edit] I just found this FREE Basic header, which seems closer to ...
- Tue Feb 26, 2013 6:26 am
- Forum: Announcement
- Topic: FractionCalc 1.0
- Replies: 10
- Views: 4927
Re: FractionCalc 1.0
Very Nice
Simple and good interface !
Simple and good interface !