Saturday, August 3, 2019

Digest for comp.lang.c++@googlegroups.com - 3 updates in 2 topics

"Chris M. Thomasson" <invalid_chris_thomasson_invalid@invalid.com>: Aug 02 04:54PM -0700

> James McNellis
> "Everything You Ever Wanted to Know about DLLs"
 
> https://www.youtube.com/watch?v=JPQWQfDhICA&t=17m30s
 
dumpbin is very nice. Btw, I am 99.999...% sure you are familiar with:
 
https://docs.microsoft.com/en-us/sysinternals
 
Always like this as well:
 
http://www.dependencywalker.com
 
;^)
"Chris M. Thomasson" <invalid_chris_thomasson_invalid@invalid.com>: Aug 02 07:09PM -0700

On 8/2/2019 4:54 PM, Chris M. Thomasson wrote:
> On 8/2/2019 2:33 AM, rick.c.hodgin@gmail.com wrote:
>> On Thursday, August 1, 2019 at 9:36:34 PM UTC-4, Alf P. Steinbach wrote:
[...]
> Always like this as well:
 
> http://www.dependencywalker.com
 
Its been a while since I used this. Fun that it works on an Alpha.
woodbrian77@gmail.com: Aug 02 06:39PM -0700

Shalom
 
I've added serialization support for std::span to the C++
Middleware Writer(CMW). The CMW is an on-line code
generator that outputs low-level marshalling code based
on high-level input.
 
I support serializing from spans similar to string_view.
This Middle Code*
 
-out (::std::span<::int32_t>)
 
is fine, but this:
 
-in (::std::span<::int32_t>)
 
results in an error from the code generator. One way to fix
the error is to write:
 
-in (::std::vector<::int32_t>)
.
If you're interested, I'll post code generated by the CMW
wrt std::span.
 
* https://github.com/Ebenezer-group/onwards/blob/master/doc/middleFiles
 
 
 
Brian
Ebenezer Enterprises - Enjoying programming again.
https://github.com/Ebenezer-group/onwards
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com.

No comments: