Stephen Hurd wrote: > Stephen Hurd wrote: >> Ham Radio Java wrote: >>> You probably want to use CreateFileA which is ANSI and not Unicode. >>> >>> >>> On Mon, Mar 24, 2014 at 8:00 AM, Richard Shaw <[email protected] >>> <mailto:[email protected]>> wrote: >>> >>> >>> /home/build/rpmbuild/freedv/BUILD/fdmdv2-0.96.5.svn1329/src/fdmdv2_main.cpp:593:4: >>> error: cannot convert 'const char*' to 'LPCWSTR {aka const >>> wchar_t*}' for argument '1' to 'void* CreateFileW(LPCWSTR, DWORD, >>> DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE)' >>> ))==INVALID_HANDLE_VALUE) >>> >> It shouldn't make any difference since nothing is ever sent to the COM port. > Ah, I misunderstood... yeah, if you can call the A() function directly, > that will likely solve the problem. I'll do a Win32 build later today.
Well, a Win32 builds is quite a bit more difficult than I expected. Spent about an hour trying to get it to work this afternoon... hopefully I'll get it done tomorrow. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Freetel-codec2 mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freetel-codec2
