Displaying 7 results from an estimated 7 matches for "getmoduleinfo".
Did you mean:
setmoduleinfo
2003 Nov 18
2
[LLVMdev] Packages
...larification on:
* The source level information could reference a function (in
fact, it would reference all of them!). Could this reference to
the function thwart optimization? Same for global variables,
types, etc.
* If I wanted to create a function named "GetModuleInfo" in every
module, wouldn't that cause link time symbol redefinition and
the resulting errors if it was "externally visible" linkage? If
I use weak linkage I avoid that problem, but then can I call the
function directly after JIT loading? Isn't...
2003 Nov 18
0
[LLVMdev] Packages
...rn a pointer to a function, for example, the optimizer
will have to assume that something outside of the module could call it...
If you represent the debug information as function bodies, also expect
that the body will be optimized as well.
> * If I wanted to create a function named "GetModuleInfo" in every
> module, wouldn't that cause link time symbol redefinition and
> the resulting errors if it was "externally visible" linkage? If
> I use weak linkage I avoid that problem, but then can I call the
> function directly after JIT...
2012 May 01
7
Error installing dotnet30
Hello,
I would like to install the dotnet30 using winetricks, but the terminal tell me the error 65. I have targeted the error :
Code:
fixme:advapi:RegisterEventSourceA ((null),"MsiInstaller"): stub
fixme:advapi:RegisterEventSourceW (L"",L"MsiInstaller"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00002dbb,(nil),0x0006,0x00000000,0x33ccf8,(nil)):
2003 Nov 18
0
[LLVMdev] Packages
> Yeah, you're right. I thought about it some more after I posted and it
> boils down to ExtraInfo actually needing to be notified about EVERY
> change. Not fun.
Yup.
> I've managed to get myself completely confused on this subject, but have
> just shed some "old think" from previous compilers. The "old think" is
> that the source level symbol stuff
2003 Nov 17
2
[LLVMdev] Packages
On Mon, 2003-11-17 at 21:42, Chris Lattner wrote:
>
> > 5. The ExtraInfo class supports pure virtual methods that are
> > invoked by LLVM to notify its subclass(es) when an optimization
> > causes a function, type or global variable to be deleted. No
> > other notifications should be necessary.
>
> This sounds _extremely_ limited.
2012 May 08
6
Ubuntu 12.04 64bit + Wine 1.5.3 (or 1.4) + .NET Framework3.0
...:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x00000000,0x880c70,0x880b18): stub
> err:eventlog:ReportEventW L"System.ComponentModel.Win32Exception: \0414\043e\0441\0442\0443\043f \0437\0430\043f\0440\0435\0449\0451\043d\r\n at System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly)\r\n at System.Diagnostics.Process.get_MainModule()\r\n at System.ServiceModel.Install"...
> fixme:advapi:DeregisterEventSource (0xcafe4242) stub
> err:msi:ITERATE_Actions Execution halted, action L"DD_CA_InstallXwsRegExe_X86.3643236F_FC...
2010 Jul 12
9
Kernel 2.6.35 and .Net Framework
...#39;t have the permission as user to run dotnet2, and get an access denied.
An example:
Running AGS (Adventure Game Studio) with kernel 2.6.33 works fine. But with 2.6.35 (2.6.34) I got the following error:
System.ComponentModel.Win32Exception: Access denied
at System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean FirstModuleOnly)
at System.Diagnostics.Process.get_MainModule()
at AGS.Editor.AGSEditor..ctor()
...
If I try to install dotnet 3.0 booting into kernel 2.6.33 it seem to install without any problem. Installing under kernel 2.6.35 (2.6.34) it failed with an access denied. A...