similar to: How to use Ogg_d.dll in VB.NET ?

Displaying 20 results from an estimated 1000 matches similar to: "How to use Ogg_d.dll in VB.NET ?"

2009 Apr 17
1
Query Regarding Vorbis Audio codec
Hi, I have a Win32 folder in libvorbis folder in which i have dsw executable file, I have Visual studio 2008 so I ported that into VS2008, then I downloaded ogg lib and included that also. After that _V_SELFTEST has been defined, then its asking the definition of these two header files #include "vorbis/book/lsp20_0.vqh" #include "vorbis/book/res0a_13.vqh" I commented this and
2001 Oct 09
3
vb-control or dll?
Hi. I want to do a program which uses ogg, but i only have vb. Is tjere a control (ocx) or a dll and if there is, what functions do i have to call? Thanks in advance, Felix --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word
2001 Sep 10
1
Problems with vorbis sdk
Hi, Sorry if this question has been already asked but I'm new to this mailing list. I just wanted to try the sdk under windows with VC6. I've made a new project (a console application) and used the example vorbisfile_example.c (I've made the test in a DLL too). But when I launch the program it crashes Kernel32.dll. The crash appends when the function ov_open is use. Any body
2002 Jun 26
1
Getting started with vorbisfile_example.c (MS VC 6)
Hello Hope you don't mind another newbie's question. Further to GIE's email about problems compiling decoder_example.c example (MS VC 7) using debug static ogg/vorbis libs, we'd appreciate any help getting the example files to compile on MS VC 6. The zip files we have downloaded are: libao-0.8.2.zip libogg-1.0rc3.zip libvorbis-1.0rc3.zip vorbis-sdk-1.0rc3.zip
2008 May 15
1
VB apps
What is the expected compatibility of a VB6 executable project that makes use of: - Jet database engine to access Microsoft Access database files - several windows based (widely available) OCX and COMM files such as MSFLXGRD.OCX - access the Windows Registry files - activeX files - some access to text files Most of these things are fairly vanilla I would think, but just in case, I thought I
2009 Dec 24
2
VB 6 IDE on wine?
Will the Visual Basic 6 (part of Visual studio 97) IDE work under wine? Has anybody tried? If it will work, then I'll be able to move completely to a Linux box for my work; if not, then I'll have to install a copy of windows in a VM on it. D
2005 Sep 01
1
Wine Font Problem with VB app in Ubuntu
Greetings. I have been trying to run a VB6 application in Ubuntu using Wine, but it has a significant font issue. Having been successful in RedHat, where there was no problem running the Application's fonts in Wine, it is puzzling why this is not so in Ubuntu. I have followed the support messages (both archived and current) to try to correct the problem. I have installed the
2005 Sep 13
3
VB and R
Dear Listers, Is there any good paper about how to use R together with VB? Thank you so much! -- WenSui Liu (http://statcompute.blogspot.com) Senior Decision Support Analyst Cincinnati Children Hospital Medical Center [[alternative HTML version deleted]]
2009 Apr 10
6
ActiveX error when running an application(VB 6 based)
I am trying to run a home made Visual Basic 6 application on SUSE Linux Desktop 10, using "wine-1.1.18-2.1" Installation of VB 6 Application went smooth, and creates the directory under "/root/.wine/drive_c/Program\ Files/PrjPatientInfo". I then did the following # cd /root/.wine/drive_c/Program\ Files # cd PrjPatientInfo # wine cmd C:\Program Files\PrjPatientInfo>
2010 Jun 10
1
Rmath.dll importing in VB6 problem
Hi, I am facing a problem which i think i need to explain it to you with some background. I need to use the Project R pnorm function in Visual Basic 6.0. I have already installed R and this is how i perform and get back the result: > pnorm(2, 15) [1] 6.117164e-39 which is what i need. I have already installed R, i generated the Rmath.DLL file out so i can import it into my VB6 and use it.
2011 Dec 27
9
Unable to register the DLL/OCX
I am new to Wine and anything like it. I want to run the application "ATCS Monitor". When I installed ATCS Monitor I received an error message: C:\windows\system32\wshom.ocx Unable to register the DLL/OCX: RegSvr32 failed with exit code 0x1 -From Terminal- err:typelib:sltg_get_typelib_ref Unable to find reference err:module:import_dll Library ScrRun.dll (which is needed by
2008 Jul 30
1
Re: Brother's Keeper missing .dll
Hi Steve. I too am trying to run BK6 under Wine (Kubuntu) but I can't get it to even attempt to run. Have you had any success?
2003 Apr 18
1
keylib32.dll problem
Hi all, I'm new to wine (and pretty new to Linux), and have just built and fiddled a bit with a Xandros distribution. This is based on Debian woody, and comes with Crossover Office 1.3.0-2. I installed Visio 2000 which went right "out of the box" including a VB runtime update and 2 virtual reboots - awesome. Next I tried to install an antenna simulation programme called EZNEC3
2004 Dec 02
1
Microsoft Office XP Install problems on wine
I'm trying to install Office XP on Fedora 3, with the 12/1/2004 wine build from the source. I tried the suggestions given by Ronald Nave on Dec 2/2004 (installing DCOM98, windows installer), but to no avail, and I get the following errors, any help/suggestions are appreciated! ------------------------------------ fixme:wininet:FindFirstUrlCacheEntryA ((null), 0x7fd943b0, 0x5b41ea38): stub
2004 Apr 16
0
VB 6.0 Implementation of cwRsync 2.5.7 Questions...
Tevfik: I see from your experience that you have Visual Basic. I'm attempting to develop a file deployment/synchronization application using the cwRsync product in a VB 6.0 environment. It will run continuously on a Win box and need to communicate with both Win and UNIX clients. Is this possible? I inferred that I only needed to run the cwRsync install, which did install the rsync
2005 Feb 02
0
How to run R-script from remote VB program
I have installed D COM server1.35 and can send a line of R code and get a result from my VB (.net) program. So I located all the R commands in a file ("a.R") in the dir path ("c:\") then call VB using source as below. Dim RLink As StatConnector RLink = New StatConnector RLink.Init("R") dim str str = "source(" + """" +
2005 Sep 15
1
BricsCad and VB application
We are developing a VB 6.0 application to work with BricsCad (last linux version). But when I try to connect to BricsCad in Linux using the VB application it hangs the system. But if I do the same in Windows it works perfectly. Wine doesn't throw any error message, just hang the computer. Please help me!! Gabriel.
2011 May 11
0
Running VB applications on Ubuntu with Wine
Hi, I am new to Ubuntu. I want to access a few applications that needs following: 1. Application 1 - Application running only on IE6 and above. Requires JAVA Virtual VM. I tried making ti work, but it works only upto a level and then when it comes to opening a form, it doesn't work. i.e. it does nothing. Pl suggest how to make it work 2. Application 2 - A exe application on VB, accessing a
2008 Oct 13
3
Need help with an old VB application
Hi, i'm not new with wine but i'm in trouble with an old vb application. I just tried everything i know to solve but i'm still at the start point. I want to open a document (.rtf or .doc ) with OO . This VB application needs the full path of the application i want to use to open the documents. I write down the complete and full path ( Z:/xxx/yy/oowriter ). The path is correct and the
2009 Mar 17
1
Control + Function key doesn't work in VB form
Hi, I have installed openSUSE 10.2 (i586) and Wine 1.1.16. I am able to run the VB exe in SUSE and it connect to Sql server. In the VB application I have set Cntrl+F6 key to load another form. But any key combination with Cntrl key doesn't fire. Do I have to disable this Cntrl key combination in SUSE or Wine? Thanks