search for: geterrormessage

Displaying 7 results from an estimated 7 matches for "geterrormessage".

Did you mean: geterrmessage
2012 Oct 31
1
Strange compiling behaviour
...in .initDataDir() : Error in .initDataDir() : Juggel In addition: Warning message: In dir.create(LOCATION) : cannot create dir '/xxx', reason 'Permission denied' > I commented out the stop("Juggel") line I made a mistake when I first created the function stop(geterrormessage()) Which failed of course. Here are some more attempts.... > .initDataDir <- function(){ + if(file.exists(LOCATION)) { + if(as.logical(file.info(LOCATION)["isdir"]))return + stop(LOCATION, " exists but is not a directory") + } + Z <- dir.create(LOCATIO...
2020 Nov 19
1
Learning to build applications
...rc/exception.cpp:314:86: error: ?enum_cast? was not declared in this scope configureException(QApplication::translate("Exception",messages[enum_cast(error_code)][ErrorMessage].toStdString().c_str(),"",-1), ^ src/exception.cpp: In static member function ?static QString Exception::getErrorMessage(ErrorCode)?: src/exception.cpp:371:25: error: ?enum_cast? was not declared in this scope if(enum_cast(error_code) < ErrorCount) ^ src/exception.cpp: In static member function ?static QString Exception::getErrorCode(ErrorCode)?: src/exception.cpp:382:25: error: ?enum_cast? was not declared in thi...
2012 Jun 18
0
[LLVMdev] object construction patterns and unique_ptr
.... setError(make_pair(blah_error::unkown_reloc, vector<string>{relocationumer, loc})); // loc could be calculated by backtracking, or just the current file address. (we could even pass the address as a stop address to obj2yaml). // Someplace else. if (File->error()) o << File->getErrorMessage(); Which would do the string substitution. This lets us not spend any time building up a representation for diagnostics when none will be printed, and still get decent diagnostics with well defined enum values when needed. So: virtual std::unique_ptr<lld::File> readFile(StringRef path);...
2012 May 04
4
wine apps kills jack stream
...ctures initialized You cannot set callbacks on an active client Cannot unlock down 68157440 byte memory area (No se pudo asignar memoria) Cannot unlock down 4196401152 byte memory area (No se pudo asignar memoria) err:asio:Init Unable to register JACK process callback trace:asio:GetErrorMessage iface: 0x156778, string: 0x32e418) trace:asio:DllMain hInstDLL: 0x7c990000, fdwReason: 2 lpvReserved: (nil)) trace:asio:DllMain hInstDLL: 0x7c990000, fdwReason: 2 lpvReserved: (nil)) trace:asio:DllMain hInstDLL: 0x7c990000, fdwReason: 2 lpvReserved: (nil)) Pa_StartStream: waveInStar...
2012 Jun 19
2
[LLVMdev] object construction patterns and unique_ptr
...n_reloc, > vector<string>{relocationumer, loc})); // loc could be calculated by > backtracking, or just the current file address. (we could even pass > the address as a stop address to obj2yaml). > > // Someplace else. > > if (File->error()) > o << File->getErrorMessage(); > > Which would do the string substitution. What is the advantage of this delayed substitution? The site creating the error needs to convert all values to strings. Your example has two numbers (reloc value and address) which would need to be converted to strings. It would be simpler all...
2012 Jun 18
6
[LLVMdev] object construction patterns and unique_ptr
On Jun 16, 2012, at 3:51 PM, Chris Lattner wrote: > On Jun 15, 2012, at 3:48 PM, Nick Kledzik wrote: > >> In lld we have a Reader class which is a factory that takes .o file(s) and produces an in memory lld::File object(s). But in doing so, there could be I/O errors (file not readable) or file may be malformed. We are also using C++11 in lld, so we use std::unique_ptr for managing
2001 Oct 23
1
can't find files due to wrong filepath
...@IAE@XZ() ret=00419269 0806cc20:CALL mfc42.349: @(00000000) ret=40c3516c 0806cc20:RET mfc42.349: @() retval = 004e1680 ret=40c3516c 0806cc20:RET rlmfc.22: ??0R_Exception@@IAE@XZ() retval = 004e1680 ret=00419269 0806cc20:CALL msvcrt.402: _onexit() ret=004a5e83 <cut> 0806cc20:RET rlmfc.393: ?getErrorMessage@R_Exception@@UBEPBDXZ() retval = 004e1688 ret=00456e51 0806cc20:CALL mfc42.860: @(004e1688 "Could not find file 3dmark.ras") ret=00456e5b 0806cc20:Call kernel32.lstrlenA(004e1688 "Could not find file 3dmark.ras") ret=5f403a4f 0806cc20:Ret kernel32.lstrlenA() retval=0000001e ret...