install « Development « C Q&A

Home
C Q&A
1.assembly
2.buffer
3.Card
4.Cast
5.compile
6.console
7.const
8.constructor
9.database
10.Date
11.Debug
12.Design
13.Development
14.DLL
15.encrypt
16.enum
17.eof
18.Event
19.fork
20.Format
21.gcc
22.gdb
23.graph
24.graphics
25.gui
26.Holiday Event
27.image
28.IP
29.iterator
30.macro
31.makefile
32.malloc
33.Menu
34.mysql
35.network
36.openssl
37.operator
38.password
39.pipe
40.preprocessor
41.printf
42.pthread
43.Regular expression
44.scanf
45.semaphore
46.SerialPort
47.server
48.Socket
49.sql
50.SQLserver
51.sscanf
52.std
53.stdin
54.stdout
55.stl
56.strcmp
57.stream
58.switch
59.Template
60.thread
61.timer
62.unix
63.video
64.Virtual
65.visualstudio
66.winapi
67.windows
68.xml
C Q&A » Development » install 

1. PECL install fails    stackoverflow.com

I have browsed every Google result, read all the forum posts about this error, but I cannot solve it. When using PECL install for anything, I always end up getting this error:

checking ...

2. ubuntu webkit install    stackoverflow.com

i'm new to ubuntu and i want to install webkit 1.0 as dev version but i don't know what i have to do ?

3. What should be DefaultLocation property of VS2010 setup to install application in C:\Users\[username]\AppData\Local folder?    stackoverflow.com

I have to install windows service using Visual Studio. Target location for the install is handled by “DefaultLocation” property in Visual Studio setup project. I had used [AppDataFolder] tag to install ...

4. Library for querying installed (Debian) packages in C?    stackoverflow.com

I need to check whether certain Debian packages are installed on a system in my C program. I could use external shell scripts which do grep magic of apt-cache output with ...

5. Problem with fsharpi on Mac OS X: Failed to install ctrl-c handler - Ctrl-C handling will not be available    stackoverflow.com

I have installed mono 2.8.1 using the package installer from mono-project.com and the f sharp libs/bins from http://fsxplat.codeplex.com/releases/view/55463. When I run fsharpi from the Terminal, I get the following back:

Microsoft ...

6. Installing MYMPI.c library    stackoverflow.com

Can anyone guide me as to how can I install MYMPI.c library using linux envirnoment?

7. Get Installed software list    stackoverflow.com

how to get installed application software list using c.I got solution in c#.This is the c# code
     System Microsoft.Win32 
    ...

8. Get Installed software list    stackoverflow.com

How to get installed application software list using C? I have a solution in C#. This is the C# code:

System Microsoft.Win32 
private string Getinstalledsoftware() {
    string Software = ...

9. howto install c library on mingw?    stackoverflow.com

how can i install the c library in minGW? i always get some error like when i want to run some scripts:

Cannot find <clang-c/Index.h>
Please ensure libClang is installed
some ideas?

10. Trouble installing mod_ldap for Apache, requires a C SDK?    stackoverflow.com

The main website for building the mod_ldap and related modules for Apache require the config script to point to a "C SDK", I've installed OpenLDAP however I cannot seem to locate ...

11. Harvard CS50 Library , Need Help Installing on Mac OS X    stackoverflow.com

I'm taking this course from cs50.tv, which is harvard extension school and in the course they are using a library they made called cs50 , on this link its available for ...

12. Which dependencies can be assumed to be installed on a build machine?    stackoverflow.com

We have a project that is going to require linking against libcurl and libxml2, among other libraries. We seem to have essentially two strategies for managing these depencies:

  1. Ask each developer to ...

13. How do I install IBM DB2 Express-C on Mac OS X 10.7 Lion?    stackoverflow.com

I was able to install and use IBM DB2 Express-C 9.5.2. beta in Mac OS X Snow Leopard with no trouble at all. In Mac OS X 10.7 Lion, though, installation ...

14. Software installation at home pc    bytes.com

Have you read the manual? How about what OS are you using? I like visual studios myself. Also, did you really need to post this question twice? How about what issues you are having exactly with errors that are displayed. We are here to help you, but you have to show some level of effort on your part.

15. Software installation at home pc    bytes.com

16. Runtime error ?what is this ?why it appears after installing games    bytes.com

i just installed a game entitled "Tom Clancy Splinter Cell Double Agent 4" then everythig goes directly installed and also the patch of the games was also installed. Then i try to play the game then the dialog box appear showing: single player, multiplayer, credits and quits...then i choose single player, after that here goes the error. it appears like this ...

17. How to install tclsh in gentoo environment    bytes.com

I tried that earlier, I get like this: linux-g88s v1 # emerge tclsh --- 'profiles/arch.list' is empty or not available. Empty portage tree? --- 'profiles/updates' is empty or not available. Empty portage tree? !!! ARCH is not set... Are you missing the '/etc/make.profile' symlink? !!! Is the symlink correct? Is your portage tree complete? linux-g88s v1 #

18. error while installing    bytes.com

19. MSDE Installation    bytes.com

There are various downloads of MSDE you can get by using Google. However, MSDE is the Microsoft SQL Desktop Engine and you shouldn;t need this unless you are doing SQL development. You might do your Visual Studio.NET install using the the Custom option and de-select the SQL stuff. All you really need is C/C++.

20. Please Help With Driver Install Problem    bytes.com

P: n/a krdu We have a problem, and as I am not a driver programmer, or even a Windows Applications programmer, I dont even know how to start. Any help you can give will be appreciated. This involves the Dell Latitude XT laptop. This computer has an N-Trig touchscreen digitizer. I am skipping the analysis of the problem and getting right ...

22. how to install C on Mac    bytes.com

Hi, I just began a new course at uni and I'm gonna have to use C. I have never used it before (my programming experience is Java, Ruby, SQL, assembly), so I was wondering how do you install it on Mac machine? What installers to use? Which are the best (I will use it for graphical applications)? What good tutorials are ...

23. strange probem..unable to install C..    bytes.com

Hi folks, I'Ve been working with C for quite some time now.but now i am facing a pretty strange problem..I am unable to install it in one of the systems.. I downloaded a turbo c compiler 3.0 from net, extracted the file, copied the file to c:/, went inside TC/BIN and clicked on tc.exe. I got the user interface as usual. ...

24. Printer installation???    bytes.com

25. library installation    bytes.com

Hi all, I use Linux and the gnu g++ compiler. I'm trying to work with a library but compilation fails that the header files couldn't be located. I installed the library under the /usr/local directory. Then I moved the library directory to /usr/include and I had no problems with the header files but then I had linking problems. hmmm =/ So ...

26. run a C program independently without requiring to install an external library    bytes.com

Hallo, I am a newbie in C and I have a question regarding C libraries. I got an application in C and I am trying to add some new features on it for my work. The problem is this application requires the installation of an external Library A (not a C standard library). After some time I managed to install the ...

27. borland c installation    bytes.com

nomadcontauroi@hotmail.com wrote:[color=blue] > who can tell me the mathod of install borland c on my pc ?[/color] Probably someone on one of the Borland news groups or the documentation that Borland provides. We only deal with C itself here, not the specifics of all the thousands of implementations. [color=blue] > I know this quanstion is a little fanny:) > or any ...

28. Install DUMB libraries inside MinGW error    cboard.cprogramming.com

30. Allegro installing error    cboard.cprogramming.com

31. make install uninstall etc    cboard.cprogramming.com

32. [Physx] How to install on Dev Cpp?    cboard.cprogramming.com

34. Where to install my gmp.h library?    cboard.cprogramming.com

35. Problems installing Mingw5.1.4    cboard.cprogramming.com

Problems installing Mingw5.1.4 I decided to install this stuff, and i opened their page where they said how to do that, i downloaded the automated installer... it was fine... then during install it gave me this error: Code: File already exists - skipping mingwrt-3.15.2-mingw32-dev.tar.gz File already exists - skipping w32api-3.13-mingw32-dev.tar.gz File already exists - skipping binutils-2.19.1-mingw32-bin.tar.gz File already exists - skipping ...

36. Installing libcurl library    cboard.cprogramming.com

37. Need help installing MiniGW    cboard.cprogramming.com

38. Is It Possible To Install Multiple Compilers?    cboard.cprogramming.com

Hello everyone. I'm a beginner in C programming, and I was just a little curious: Is it possible to install multiple compilers (on the same platform)? For instance, is it possible to install, say, Compiler A and Compiler B on the same platform (say, a computer running Win32)? I was wondering because I've heard various things from novices saying "you can ...

39. Need help installing Borland Turbo C 2.01    cboard.cprogramming.com

Here's the G-O with Turbo C Version 2.1 It's broken into three disks. You're installing from your hard drive. Download the zip. Extract all of the files with Path "Disk2" (this will be shown in Winzip) to a disk. Extract all files with Path "Disk2" to another disk. Extract the rest of the files (Path will be "Disk3") to another disk. ...

40. Need urgent help on installing and using GMP library    forums.devshed.com

HI I need to know how to use the GMP library in windows I found this tutorial http://www.cs.nyu.edu/exact/core/gmp/ but I still don't understand what I have to do I followed the steps under Visual C++ 6.0, the code I downloaded needed some tweaking to get compiled, but after compilation I get a lot of obj files and now I have no ...

41. Rebuild and install Shared Library    forums.devshed.com

I have updated a program whih has a shared library so that other programs can access some of its data. However these other programs are getting 0 for data items they try and access via the shared library, non zero values exist. I have deleted all the .obj files and re-compiled them, but still the same problem including the shared library ...

42. Find if Application is Installed?    forums.devshed.com

This is C#. Is there any way to detect if certain programs are installed? For example, say I want to check to see if Adobe Photoshop is installed, how would I check? I know I can write a library that has the default paths to the applications, but some users may decide to install it to a second drive or removable ...

43. Determining if driver is installed in C#...    forums.devshed.com

I need to determine if a driver is installed for one of my programs, but I have no idea how to do so. I figured out how to run the setup program for the driver from my application, but need to make it to where it determines if the driver is installed before running the rest of the program, so I ...

44. How to install a package under /usr/?    forums.devshed.com

Hi! I installed a thrity party package first into /usr/local/, then .h files goes into /usr/local/include, and libs go to /usr/local/lib. But when I include the .h header file in my c++ program, it says it can not find the .h file, then I have to use -I, sth like: g++ test.cc -I/usr/local/include/cc++. then I reinstalled it into my /usr directory, ...

45. Suppress PnP driver Installation Pop-up    forums.devshed.com

I am using DPInst.exe that comes with the windows DDK to silently install an unsigned driver for a PnP device. I would like to know if there is a way to suppress the driver installation window that pops up when you plug in a PnP device. Another possible solution would be to kill the installation app from mine, but I don't ...

46. Installing a driver in Windoze    forums.devshed.com

I have a usb device and it's .inf and .sys driver files. For learning purposes (read as I will have to do this for work soon), I would like to write an app in C++ or C# that will detect the device when it is plugged in and install the driver automatically instead of the wizard popping up where windows prompts ...

47. STLport install    forums.devshed.com

Hello, I was trying to compile (with vc++ 6) a program which uses parts of the STL and I got compile errors (push_back is not a member of string, etc) which I googled for and found that they would be fixed if I installed STLport. I downloaded the latest version from sourceforge and followed the instructions but when I run the ...

49. install Borland and Microsoft?    forums.devshed.com

I have Microsoft's Visual C++ 6.0 installed on my computer. My computer uses Windows XP Professional service pack 2. I have a copy of Borlands C++5 installation disk (and associated manual) but I haven't installed it. This is because someone once told me that two C++ compilers couldn't be installed on the same hard drive. ( I think that that person ...

50. installing GMP library    forums.devshed.com

Ok I am trying to install gmp-4.1.1 and i downloaded cgywin and i did the ./configure --prefix=/cgwin/d/gmp/ And it starting to configure untill it came to the error compiler not found. I have visuall c++ SO i look up another tutorial which said that you could open the dsw and compile it within visual c++ but inside the gmp zip file ...

51. Installing Camera driver programmatically    forums.devshed.com

if( !CreateProcess( NULL, //ModuleName, // module name sCommandLine2 , // Command line. NULL, // Process handle not inheritable. NULL, // Thread handle not inheritable. FALSE, // Set handle inheritance to FALSE. 0, // No creation flags. NULL, // Use parent's environment block. NULL, // Use parent's starting directory. &si, // Pointer to STARTUPINFO structure. &pi ) // Pointer to PROCESS_INFORMATION structure. ...

52. installing C on my computer    forums.devshed.com

53. Trying to install keylogger But..    forums.devshed.com

If it's just an executable (you have no source code), you're no doubt out of luck. OS's (whether commercial things like Windows, Linux, etc., or homegrown) deal with the hardware attached to the system and the application deals with them, typically through an API though one can get down and dirty. It's called a 'portability issue.'

54. How to create an Install prog ?    forums.devshed.com

Hi, Usually I just do part of software, not related with the interface etc.... But I created one, with vc 6++ . So it's build an execute, but I would like to create an installation with this that install all the dll necessary etc... ! is it possible ? any software tools that do this ? edit : I know there ...

55. Can I install gcc3.0 locally??    forums.devshed.com

Hi I have gcc3.2 version installed in my machine. I need gcc3.0 for ILOG configurator whose libraries are for gcc3.0 alone. Just for one application I need gcc3.0: I dont want to loose gcc3.2 as I have lot of other coding in it. Is it possible to have both the compliers installed at the same time? Thanks, Sathi

56. vs6 install error    forums.devshed.com

Duron 750, windows 98se with some updates, ie6 There is the problem that began to piss me off: Everything's ok when installing vs6 without InterDev (I've tried many configurations struggling to figure out). When I try to install vs6 with InterDev selected everything seam ok (all stuff copied) but when it finally tries to register components shows up following error message. ...

57. how to install http_fetcher-1.0.2    forums.devshed.com

i have installed http_fetcher-1.0.2 in my linux machine steps i used 1)unziped the tar file 2)run "configure" 3) run " make" 4) run "run install" but i am getting error when i am running testfetch given by them ./testfetch: error while loading shared libraries: libhttp_fetcher.so.1: cannot load shared object file: No such file or directory

58. Problem installing Turbo C in win XP    daniweb.com

59. Want To Install C for XP    daniweb.com

60. Installing GNUstep problem    daniweb.com

61. Problem installing Turbo C in win XP    daniweb.com

The Turbo C I am most familiar with was designed to be used under DOS: preceding Windows 3.1, preceding Win95, preceding Win98, preceding Win2000, preceding WinXP. The huge hint to be taken here is that it is generally not appropriate for general use on a more modern OS, and this has been the case for well over a decade. It's too ...

62. download & install TC    daniweb.com

Welcome to the forum manju_b. A few suggestions on using this forum: 1) Don't post onto a thread that is more than 3 months old. Start a new thread, instead. 2) Always post any code, inside [code] tags, so it looks like a program and not all squashed to the left side margin. 3) Enjoy the forum! Google "Borland Legacy Programs", ...

64. Unable to run the application on machine without visual installed    daniweb.com

Hi All, I have a build an application which uses file names from a directory. to get these file names I used the following code from MSDN. FILE * fp; String *extension; // Create a reference to the current directory. DirectoryInfo* di = new DirectoryInfo("C:\Sachin"); // Create an array representing the files in the current directory. FileInfo* fi[] = di->GetFiles(); //Console::WriteLine(S"The ...

65. Automate device installation without going to control panel    codeproject.com

thanks :) plug and play documents helped me in solving COM port detection. i am using WM_DEVICECHANGE to detect hardware after that i want to check if it is the same bluetooth device which i want to install (i dont know how it can be done though) may be i need to enter device information in registry during install process i ...

66. How to find the folder for a installed App?    codeproject.com

If you didn't install it and you need to find the location of it, well, you're going to have to search for it folder by folder. If it installed shortcuts, either on the desktop or the start menu, well you just have to interpret the shortcuts (which have the location of the executable).

69. How to install my own Codec    codeproject.com

70. Installing Outlook 2003 to Other than C Drive    officefrustration.com

I have Office 2003 Professional installed on my C Drive. I'd like to run Outlook 2003 and Business Contact Manager from my J Drive. Using the Control Panel and Add or Remove Programs does not give me an option to use any drive other than C when adding new components (I already have Outlook XP installed) or a custom installation.

72. Install fails: Data folder [C:\PostgresPlus\8.3AS\data] does not exist    forums.enterprisedb.com

Hi We're using Advanced Server for our core systems, so I'm just trying to do a local install to familiarise myself with Postgres. I'm running Windows XP Pro SP3 and I've downloaded Postgres Plus Advanced Server 8.3 (8.3.0.12) (pgplus-advsvr-windows_83012b.exe) When I run the setup the install fails at 33% and the log file contains: (Aug 19, 2008 11:22:33 AM), Install, com.enterprisedb.isaction.InitDBFailAction, ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.