97 Topics

Member Avatar for
Member Avatar for caswimmer2011

Hi, I am making a program to open the application TextEdit on a mac (not a specific file, just open the program). I have been researching it, but have not come across much help. I have seen that I should use Runtime or Desktop classes, but i'm not sure which …

Member Avatar for caswimmer2011
0
325
Member Avatar for rae08

I am able to read an external file but how do i retreive the data from the txt file per line? ex. text file has the following in it: dog cat rat how do i just display dog and then cat and then rat one by one? thanks.

Member Avatar for stercor
0
190
Member Avatar for Bubbles26

I'm fairly new to C++ and my professor gave me most of the code to start with. I'm supposed to write a program that uses the add_day(int n) function I wrote in Chrono.cpp. There must be a problem with the **Chrono::Date add_day(int n);** line. Here is the error: hw4pr2.obj : …

Member Avatar for Bubbles26
0
387
Member Avatar for marvolo1300

Hi. This code should be functional but I can't seem to figure out why this won't work. Thank you in advance. <?php function e($f){ echo ($f); printf("\r"); } e("setup"); $user->setup(); /* globale variablen setzen */ global $phpbb_root_path; global $phpEx; global $db; global $config; global $user; global $auth; global $cache; global …

Member Avatar for diafol
0
576
Member Avatar for blade_costic

i have an external hard drive which i have partitioned. since then i have done virus scan and defragmentation on it. recently i have found part of the f drive (160gb) the write or read is stuck on part of it. so what do i do? do i `have` to …

Member Avatar for hotmatrixx
0
228
Member Avatar for spj-Athlon

I want to control an external program from Delphi, so I spawn a process using CreateProcess. Based on ideas I adopted from Neil Rubenking, I then create a menu tree using TTreeView. The items in this tree are clickable, and clicks can also be emulated by me sending keyboard events …

Member Avatar for pritaeas
0
235
Member Avatar for xkikix

Hi there, I am having quite an upsetting problem with a new monitor I have bought and wonder if anyone can help me out. I do graphics work and so I needed to purchase a larger monitor because I was killing my eyes on the 13inch new MacBook screen. I …

Member Avatar for profmambo
0
284
Member Avatar for chrisfernam

Hi guys, i have a toshiba laptop the model is a305-s6858 and i'm wondering if my laptop contains a pci express card and can i use for example a vidock? I just want to add an external graphic card to my laptop in order to be able to play games …

Member Avatar for chrisfernam
0
267
Member Avatar for sasa.spurmanis

Hi everyone, I'm new to the forum and relatively inexperienced at web publishing as well. I'm currently administering the following website: [url]http://latmont.org/[/url] I've set up the website to work with an external CSS style sheet that is linked from the header in each web page. The style sheet was created …

Member Avatar for DaveTheSinger
0
331
Member Avatar for Rage A Lot

Having issues fixing these issues: error LNK2019: unresolved external symbol "public: __thiscall grid::grid(void)" (??0grid@@QAE@XZ) referenced in function "void __cdecl `dynamic initializer for 'GridObject''(void)" (??__EGridObject@@YAXXZ) F:\Dev103\thermonuclear war game\thermonuclear war game\Grid.obj error LNK1120: 1 unresolved externals F:\Dev103\thermonuclear war game\Debug\thermonuclear war game.exe 1 //header file #include <iostream> using namespace std; class grid{ int …

Member Avatar for mitrmkar
0
663
Member Avatar for gbonline

Hi to all, i'm writing a little interface in python with Tkinter on linux debian, with this interface i need to execute some program like rdesktop and vnc. but i've a little problem: i use a fullscreen window without decorator (read buttons for iconify and close) where i've putted some …

Member Avatar for gbonline
0
261
Member Avatar for P.manidas

I am trying to run an asp page with an external JavaScript file but it is showing error like this.... Error Type: Active Server Pages, ASP 0124 (0x80004005) The required Language attribute of the Script tag is missing. /ew-ii-as-8/testserverwithEJSF.asp, line 3 My both files are... TestServerWithEJSF.asp [CODE] <html> <head> <script …

Member Avatar for P.manidas
0
574
Member Avatar for BillyD282

I am receiving the following error messages and I can't figure out why, I'm guessing there's just some syntax rule or something I am just unaware of... there errors are: error LNK2019: unresolved external symbol "void __cdecl validateWidgets(int &)" (?validateWidgets@@YAXAAH@Z) referenced in function "void __cdecl manager(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" …

Member Avatar for MandrewP
0
434
Member Avatar for SamuraiGhost

I believe that my program in the attached file is almost finished. When I try to run the program,there are two error message that pop up. The error are the following: 1>MSVCRTD.lib(crtexe.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup 1>c:\users\usr\documents\visual studio 2010\Projects\NEWLDIST\Debug\NEWLDIST.exe : fatal error LNK1120: …

Member Avatar for DJSAN10
0
233
Member Avatar for mah300274

I took the hdd out of my external computer to transfer a large # of files (over 1TB worth) and to use the full 3tb I made it a GPT Partition. Now since I want it back in the normal enclosure the computer "sees" it, in the device manager or …

Member Avatar for caperjack
0
191
Member Avatar for dijjio

Hi ^^ sorry, iframe! I am able to load an external website into an inline iframe I have on page1.php by adding target name to the hyperlink. However, what I can't seem to get working is making the URL load into the iframe through simply adding the link to the …

Member Avatar for dijjio
0
126
Member Avatar for oliabh

hi there, I've looked at other responses but I'm not sure they help me, I'm hoping you can. I have a Seagate desk external hard drive which I store in my safe as it holds all my photos of my kids. I took it out today to put more files …

Member Avatar for oliabh
0
11K
Member Avatar for jantrancero

What i want to build is this: Sending a command to another computer and get the results back on the computer where i started on. Additional info: I have a web server running with python on 192.168.10.100:5000. When i go to this address i get a web page and on …

Member Avatar for Gribouillis
0
3K
Member Avatar for WheelDawg

I've seen many threads on issues with sharing between XP and 7, but this adds the wrinkle of needing to share an external drive as well. The drive is connected to my computer, which can obviously use it just fine, but the XP computers can't even see it's there. Last …

Member Avatar for nothing0829
0
216
Member Avatar for falconmick

I know that this is probably a stupid question :\ but I am stupid... I am getting [ICODE]1>angledCollision.obj : error LNK2001: unresolved external symbol "protected: static class angledCollision * Singleton<class angledCollision>::ms_Singleton" (?ms_Singleton@?$Singleton@VangledCollision@@@@1PAVangledCollision@@A) [/ICODE] [ICODE]1>spawningArea.obj : error LNK2001: unresolved external symbol "protected: static class angledCollision * Singleton<class angledCollision>::ms_Singleton" (?ms_Singleton@?$Singleton@VangledCollision@@@@1PAVangledCollision@@A) [/ICODE] I …

Member Avatar for falconmick
0
516
Member Avatar for tivrfoa

Inline CSS works, but when I link it doesn't. It happned in Firefox 3.something and in IE8. template1.html [CODE]<html> <head> <title>title here</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="keywords" content="..." /> <meta name="description" content="..." /> <link ref="stylesheet" href="body.css" type="text/css" /> <style type="text/css"> /* Here it works body { background-color: blue; …

Member Avatar for tivrfoa
0
1K
Member Avatar for IndianaRonaldo

[CODE] #include "stdafx.h" #include<iostream> #include<string.h> #include<fstream> #include<stdio.h> #include<cstdio> #include<curl\curl.h> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { return 0; } void main() { int p; CURL* curl; curl=curl_easy_init(); }[/CODE] The above is my code and I am trying to compile it in vc++ 10.But the error is: error LNK2019: …

Member Avatar for vijayan121
0
324
Member Avatar for rameneater90

Alright, my Thinkpad T60 decided to stop booting. I've tried all the obvious already. Anyway, when I start it up, it shuts down in 3 seconds. All the lights act normal, but no display. To get it to boot again, I need to remove the A/C and the battery. When …

Member Avatar for mcdsavid01
0
489
Member Avatar for nishad_forums

hi, i m using windows 7(64-bit). I have external hdd-100GB. But it [COLOR="Red"]doesn't show up[/COLOR] in my windows. I have tried it in another pc(& in my desktop before i installed this windows) and it works fine, so it must be a [COLOR="red"]problem with my windows[/COLOR]. I have changed from …

Member Avatar for flagstar
0
255
Member Avatar for Danarchy

Hello, As a Mac user and minor maintenance man on XP machines for friends and family, pardon my ignorance on this Windows 7 issue. I bought my father an Iomega portable 320GB HDD for Father's Day For his new HP machine with Windows 7 Home Premium 64 bit. He wants …

Member Avatar for Danarchy
0
266
Member Avatar for Troilk

Can anyone help me with external direct merge sorting? Here is my code [code=cpp] #include<iostream> #include<conio.h> #include<stdio.h> using namespace std; int GetKey(char infoLine[30]) //Getting sorting key { char temps[30]; strcpy(temps,infoLine); return atoi(strtok(temps," ")); //returns first number in a line } void DirectMerge(char fileName[20]) { FILE* FTS; //file wich will be …

Member Avatar for nezachem
0
294
Member Avatar for Geowil

Edit: Nevermind I found the problem... I used the wrong comment tags (html instead of css...ack x.X). Fixed the tags and it works perfectly now. _______________ Hey everyone I need some help. I am working on a site for a class project for my web design class and it is …

0
134
Member Avatar for mah300274

Im am hopfully going to order my custom PC soon, but was thinking about watercooling. A few questions arose but I was able to solve most of them except.... My case can support watercooling but I found an external triple radiator thing, short story is the thing would look bad-a** …

Member Avatar for mah300274
0
195
Member Avatar for padfoot1999

Hi I am new on this web and I bought a Seagate freeAgent go External hard drive I found it helpful so I Purchased another one Now after a few months the Second HD stopped being shown in my computer It was working fine plugged it in my laptop copied …

Member Avatar for jingda
0
297
Member Avatar for chakebubu

I know this is a pretty newbie question but is it possible for me to start an external application then exit my java application ? But the application I hav started should remain running until it exits on its own.

Member Avatar for JamesCherrill
0
91

The End.