Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Developer Help: any dlls to support unicode as file level?  (Read 846 times)

0 Members and 1 Guest are viewing this topic.

Space Fractal

  • Wiki Master
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1888
  • Last login:September 26, 2023, 11:32:13 am
  • Space Fractal
    • Space Fractal
Developer Help: any dlls to support unicode as file level?
« on: October 30, 2007, 03:38:38 pm »
Hi Anyone.

I have trouble to get unicode at work on my software, because BlitzMax do not support unicode at filelevel, only at string level.

It seen some users have some trouble with my software due to that. So I need to ask Visual Basic people to help me a bit (which would been a least credited in my App).

I known there are Visual Basic or C++ people out here (Windows), which I hope can create a little dll (it need to been a dll) to doing these few three thing:

- Reading files on a directory (readdir) with a returning string pointer (2 byte unicode format) with a ? or such to seperateeach files. Sorting not required.

- Read a unicode based file into the a memory, and then return a pointer to that (for coverarts when folders is unicoded).

- Request File & Directory with a returned 2 byte unicode string.

It must been support unicode 100% which is the main problem in MultiJuke yet, and can not support it from other help as well. It should not return any ? which cause when chars could not converted correctly.

Best regaards
Space Fractal


 

Decade Old Work: MultiFE, ArcadeMusicBox
Today Works: Various Spectrum Next games from Rusty Pixels and html5 games.

Space Fractal

  • Wiki Master
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1888
  • Last login:September 26, 2023, 11:32:13 am
  • Space Fractal
    • Space Fractal
Re: Developer Help: any dlls to support unicode as file level?
« Reply #1 on: October 31, 2007, 11:26:18 am »
nevermind  :D

It seen the help in Pure Basic have some confutation when it support unicode or not (some state it only supported latin codebase, but it also conation a unicode info what it support). It seen it fully support unicode when enabled it on the compiler.

So I created a little dll, so file scanning a least got to work with unicode support and then send it to BlitzMax (which MultiJuke is wrote in). Now I need to get coverarts to work and fix some quite of other bugs.

I can't release this dll, because it might treats the Pure Basic License when using a wrapper.


Decade Old Work: MultiFE, ArcadeMusicBox
Today Works: Various Spectrum Next games from Rusty Pixels and html5 games.